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
samesign
Reproducer:
define i1 @src(i32 %In) { %c1 = icmp samesign sgt i32 %In, -1 %c2 = icmp samesign eq i32 %In, 1 %V = select i1 %c1, i1 %c2, i1 false ret i1 %V } define i1 @tgt(i32 %In) { %c2 = icmp samesign eq i32 %In, 1 ret i1 %c2 }
We should check this flag in Operator::hasPoisonGeneratingFlags.
Operator::hasPoisonGeneratingFlags
The text was updated successfully, but these errors were encountered:
[IR] Add support for samesign in `Operator::hasPoisonGeneratingFlag…
9b7491e
…s` (#112358) Fix #112356.
31e6dd1
…s` (llvm#112358) Fix llvm#112356.
e870846
7ea11c6
2ea4e43
dtcxzyw
Successfully merging a pull request may close this issue.
Reproducer:
We should check this flag in
Operator::hasPoisonGeneratingFlags
.The text was updated successfully, but these errors were encountered: