[clang] [llvm] [InstCombine] Infer nuw for gep inbounds from base of object (PR #119225)
Nikita Popov via cfe-commits
cfe-commits at lists.llvm.org
Wed Dec 18 09:39:29 PST 2024
nikic wrote:
> Heads up: apart from a number of instances of actual UB in the code (which are quite tedious to localize and understand due to a lack of specialized tooling) we're investigating a bad interaction of this commit with msan, which seems to result in a miscompilation.
Thanks for the heads up! As I mentioned on another thread, I'm happy to just entirely revert this patch due to lack of good sanitizer support (I can do it tomorrow, but feel free to do it yourself earlier). Having a reproducer for the msan issue is probably still valuable, as it may indicate a larger problem.
https://github.com/llvm/llvm-project/pull/119225
More information about the cfe-commits
mailing list