[llvm] [polly] [InstSimplify] Fix incorrect poison propagation when folding phi (PR #96631)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 25 08:34:09 PDT 2024


nikic wrote:

@dtcxzyw Could you check this on llvm-opt-benchmark first? I'm wondering whether this introduces regressions that can be recovered based on more context.

The motivation for doing this *now* after ignoring this for so long is that we're definitely going to lose this when we stop using undef for uninit loads, so I'd like to know what the impact of just this part is going to be.

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


More information about the llvm-commits mailing list