[flang] [llvm] [mlir] [flang][OpenMP] Enable tiling (PR #143715)
Tom Eccles via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 25 08:56:42 PDT 2025
================
@@ -2992,18 +2991,60 @@ convertOmpLoopNest(Operation &opInst, llvm::IRBuilderBase &builder,
loopInfos.push_back(*loopResult);
}
- // Collapse loops. Store the insertion point because LoopInfos may get
- // invalidated.
+ // llvm::OpenMPIRBuilder::InsertPointTy afterIP = builder.saveIP();
----------------
tblah wrote:
Was keeping this unintentional?
https://github.com/llvm/llvm-project/pull/143715
More information about the llvm-commits
mailing list