[llvm] [InstCombine] Folding `(icmp eq/ne (and X, -P2), INT_MIN)` (PR #110880)
Evgenii Stepanov via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 4 14:21:37 PDT 2024
eugenis wrote:
I can confirm that -msan-handle-icmp-exact=1 avoids this issue, and increases .text size of the clang binary by 2.9%.
https://github.com/llvm/llvm-project/pull/110880
More information about the llvm-commits
mailing list