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
; bin/opt -passes=instcombine test.ll -S define i32 @test(i32 %x) { %ret = call range(i32 -10, 0) i32 @llvm.umax.i32(i32 range(i32 -10, -8) -10, i32 %x) ret i32 %ret }
define i32 @test(i32 %x) { %ret = call range(i32 -10, 0) i32 @llvm.umax.i32(i32 range(i32 -10, -8) %x, i32 -10) ret i32 %ret }
I found this with https://github.com/dtcxzyw/llvm-ub-aware-interpreter.
The text was updated successfully, but these errors were encountered:
dtcxzyw
Successfully merging a pull request may close this issue.
I found this with https://github.com/dtcxzyw/llvm-ub-aware-interpreter.
The text was updated successfully, but these errors were encountered: