[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:10 PST 2026
================
@@ -1693,14 +1723,18 @@ OpenMPIRBuilder::InsertPointOrErrorTy OpenMPIRBuilder::createParallel(
targetParallelCallback(this, OutlinedFn, OuterFn, OuterAllocaBlock, Ident,
IfCondition, NumThreads, PrivTID, PrivTIDAddr,
ThreadID, ToBeDeletedVec);
+
+
----------------
ergawy wrote:
Done.
https://github.com/llvm/llvm-project/pull/171597
More information about the Mlir-commits
mailing list