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

Florian Mayer llvmlistbot at llvm.org
Fri Jul 18 14:28:00 PDT 2025


fmayer wrote:

Should we add an assertion failure to this now? We should always be able to find the alloca for a lifetime after this change: https://github.com/llvm/llvm-project/blob/main/llvm/lib/Transforms/Utils/MemoryTaggingSupport.cpp#L158

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


More information about the Mlir-commits mailing list