[llvm] LangRef: storing poison in memory is UB (PR #141339)

Ralf Jung via llvm-commits llvm-commits at lists.llvm.org
Tue May 27 03:06:51 PDT 2025


RalfJung wrote:

That model has the problem that when there is a load followed by a store, we cannot remove the store as that would remove the implicit partial freeze.

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


More information about the llvm-commits mailing list