Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test issue98848 #963

Closed
dtcxzyw opened this issue Jul 15, 2024 · 1 comment
Closed

Test issue98848 #963

dtcxzyw opened this issue Jul 15, 2024 · 1 comment
Labels

Comments

@dtcxzyw
Copy link
Owner

dtcxzyw commented Jul 15, 2024

define i8 @test(i8 %x, i8 %y, i8 %z) {
entry:
  %0 = lshr i8 %x, %z
  %cmp.not9 = icmp slt i8 %x, 0
  %narrow = select i1 %cmp.not9, i8 0, i8 %y
  %cond = add i8 %narrow, %0
  ret i8 %cond
}

llvm/llvm-project#98848

@dtcxzyw dtcxzyw added the grep label Jul 15, 2024
Copy link
Contributor

0 Occurrences

@dtcxzyw dtcxzyw closed this as completed Jul 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant