[flang] [llvm] [mlir] [MLIR][OpenMP] Add MLIR Lowering Support for dist_schedule (PR #152736)

Jack Styles via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 11 06:02:13 PST 2025


================
@@ -5335,6 +5431,7 @@ OpenMPIRBuilder::applyDynamicWorkshareLoop(DebugLoc DL, CanonicalLoopInfo *CLI,
   Builder.CreateCall(DynamicInit,
                      {SrcLoc, ThreadNum, SchedulingType, /* LowerBound */ One,
                       UpperBound, /* step */ One, Chunk});
+  // TODO Do we need a Init call here for if dist_schedule is present?
----------------
Stylie777 wrote:

No worries, I will remove this comment. I originally put it there for a reminder to myself, and forgot to remove it.

https://github.com/llvm/llvm-project/pull/152736


More information about the llvm-commits mailing list