[Mlir-commits] [llvm] [mlir] [polly] [IR] Only allow lifetime.start/end on allocas (PR #149310)

Yingwei Zheng llvmlistbot at llvm.org
Fri Jul 18 09:44:47 PDT 2025


================
@@ -26634,19 +26634,14 @@ Arguments:
 
 The first argument is a constant integer representing the size of the
 object, or -1 if it is variable sized. The second argument is a pointer
-to the object.
+to to an ``alloca`` instruction.
----------------
dtcxzyw wrote:

```suggestion
to an ``alloca`` instruction.
```

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


More information about the Mlir-commits mailing list