[llvm] [EarlyCSE] Fix improper icmp simplification (PR #122043)

via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 8 01:19:08 PST 2025


llvmssh wrote:

> You can rebuild hotspot with ubsan.

OK, thanks.  Because the value of mark is accessed or assigned by multiple threads, where mark == 0, I understand that the optimization changes the code logic.

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


More information about the llvm-commits mailing list