We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
0 Occurrences
Sorry, something went wrong.
No branches or pull requests
llvm/llvm-project#98848
The text was updated successfully, but these errors were encountered: