[Mlir-commits] [llvm] [mlir] [OpenMP][MLIR] Hoist static `alloca`s emitted by private `init` regions to the allocation IP of the construct (PR #171597)
Kareem Ergawy
llvmlistbot at llvm.org
Sat Jan 3 23:28:16 PST 2026
================
@@ -2348,6 +2348,7 @@ class OpenMPIRBuilder {
PostOutlineCBTy PostOutlineCB;
BasicBlock *EntryBB, *ExitBB, *OuterAllocaBB;
SmallVector<Value *, 2> ExcludeArgsFromAggregate;
+ bool FixUpNonEntryAllocas = false;
----------------
ergawy wrote:
Done.
https://github.com/llvm/llvm-project/pull/171597
More information about the Mlir-commits
mailing list