[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 13:59:53 PDT 2024


eugenis wrote:

This is a problem with MSan handling of signed comparison - it is not entirely correct as a compromise for performance and code size. Do you mind reverting the change while we figure out how to fix MSan?

https://github.com/llvm/llvm-project/pull/110880


More information about the llvm-commits mailing list