[Mlir-commits] [llvm] [mlir] [polly] [IR] Only allow lifetime.start/end on allocas (PR #149310)
Nikita Popov
llvmlistbot at llvm.org
Sun Jul 27 12:18:31 PDT 2025
nikic wrote:
@wsmoses After looking at what Enzyme does, I think you just need to drop creation of those lifetime intrinsics. You are calling lifetime.start directly after malloc and lifetime.end directly before free, which does not do anything useful.
https://github.com/llvm/llvm-project/pull/149310
More information about the Mlir-commits
mailing list