[llvm] [IR] Allow poison argument to lifetime markers (PR #151148)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 1 06:44:26 PDT 2025
================
@@ -26656,14 +26656,17 @@ Arguments:
The first argument is a constant integer, which is ignored and will be removed
in the future.
-The second argument is a pointer to an ``alloca`` instruction.
+The second argument is either a pointer to an ``alloca`` instruction or
+a ``poison`` value.
----------------
nikic wrote:
https://github.com/llvm/llvm-project/pull/151694 and https://github.com/llvm/llvm-project/pull/151697 should avoid invalid reductions.
https://github.com/llvm/llvm-project/pull/151148
More information about the llvm-commits
mailing list