[llvm] [InstCombine] Fold `(icmp pred (trunc nuw/nsw X), C)` -> `(icmp pred X, (zext/sext C))` (PR #87935)

Vitaly Buka via llvm-commits llvm-commits at lists.llvm.org
Mon May 27 14:17:13 PDT 2024


vitalybuka wrote:

I guess we can fix forward by enabling `-msan-handle-icmp-exact`. it's used for unsigned already.

FYI @eugenis 



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


More information about the llvm-commits mailing list