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
I believe this transform is not correct, but it is not detected even if src-unroll/tgt-unroll are used: https://alive2.llvm.org/ce/z/7nh8kF
I am able to trigger a failure if I replace %v with a specific constant: https://alive2.llvm.org/ce/z/mxPXKl
%v
Am I missing something here?
The text was updated successfully, but these errors were encountered:
[InstCombine] Fold Ext(i1) Pred shr(A, BW - 1) => i1 Pred A s< 0 (#68244
b22917e
) Resolves #67916 . This patch folds `Ext(icmp (A, xxx)) Pred shr(A, BW - 1)` into `i1 Pred A s< 0`. [Alive2](https://alive2.llvm.org/ce/z/k53Xwa).
6381cd9
No branches or pull requests
I believe this transform is not correct, but it is not detected even if src-unroll/tgt-unroll are used: https://alive2.llvm.org/ce/z/7nh8kF
I am able to trigger a failure if I replace
%v
with a specific constant: https://alive2.llvm.org/ce/z/mxPXKlAm I missing something here?
The text was updated successfully, but these errors were encountered: