[llvm-branch-commits] [clang] [llvm] [mlir] [OMPIRBuilder] Add support for explicit deallocation points (PR #154752)
Tom Eccles via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Aug 26 10:08:02 PDT 2025
https://github.com/tblah commented:
Could this lead to mixing up allocas and heap allocations at the same insertion point? It would be much better if all allocas came first and then all heap allocations came second - IIRC this is why things were named to refer to alloca insertion points - heap allocations were treated more like regular code. Is there a later LLVM pass that is smart enough to move all the allocas to the start of the block?
https://github.com/llvm/llvm-project/pull/154752
More information about the llvm-branch-commits
mailing list