[llvm] [LangRef] Update initializes definition (PR #134370)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Sun Apr 6 10:08:52 PDT 2025
nikic wrote:
Yes, the wording here is for our current semantics where uninitialized memory is undef and memory (de facto if not de jure) cannot contain poison. If we make uninitialized memory in the future, we'd replace undef with poison in this wording as well.
https://github.com/llvm/llvm-project/pull/134370
More information about the llvm-commits
mailing list