[llvm] [InstCombine] Folding `(icmp eq/ne (and X, -P2), INT_MIN)` (PR #110880)

via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 4 13:39:58 PDT 2024


goldsteinn wrote:

> @eugenis
> 
> Looks like this breaks msan https://lab.llvm.org/buildbot/#/builders/164/builds/3279
> 
> And I mean msan itself, not the code. Similar bot on released compiler, and same code, does not repor https://lab.llvm.org/buildbot/#/builders/169

Hmm? As in MSAN no longer works correctly when compiled with this PR?

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


More information about the llvm-commits mailing list