[Mlir-commits] [mlir] [mlir][LLVM] Switch `undef` for `poison` for uninitialized values (PR #125629)

Krzysztof Drewniak llvmlistbot at llvm.org
Wed Feb 5 16:03:07 PST 2025


krzysz00 wrote:

@nikic I went and looked, and, as best I can tell, everything that's about to become poison is being used as the initial value for a struct or some other object that'll be fully populated immediately afterwards.

(I did find one use that flows into a bitcast that was unclear enough that I swapped it back to `undef`, though, so good question)

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


More information about the Mlir-commits mailing list