[llvm] [IR] LangRef: document behavior of double-lifetime.start (PR #184296)

Ralf Jung via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 3 02:58:44 PST 2026


================
@@ -27726,15 +27726,18 @@ value.
 Semantics:
 """"""""""
 
-If ``ptr`` is a ``poison`` value, the intrinsic has no effect.
+If ``ptr`` is a ``poison`` value or not a pointer to a stack-allocated object,
----------------
RalfJung wrote:

So, no phi nodes allowed?
But then how could it ever be `poison`?

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


More information about the llvm-commits mailing list