[llvm] [InstCombine] Folding `(icmp eq/ne (and X, -P2), INT_MIN)` (PR #110880)
Vitaly Buka via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 4 13:47:11 PDT 2024
vitalybuka 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?
Yes, I bisected locally..
>From what I see reports looks wrong https://lab.llvm.org/buildbot/#/builders/164/builds/3279/steps/14/logs/stdio
https://github.com/llvm/llvm-project/pull/110880
More information about the llvm-commits
mailing list