[Mlir-commits] [llvm] [mlir] [mlir][OpenMP] Fix taskloop outlined step handling (PR #190198)

Jack Styles llvmlistbot at llvm.org
Tue Apr 7 05:54:20 PDT 2026


https://github.com/Stylie777 approved this pull request.

Thanks for the fix! LGTM

In terms of Collapse, when the runtime sets up the tasks, the lb, ub and step used is from the collapsed loop, not the original outer loop. This all comes from the calculations done in `OpenMPToLLVMIRTranslation.cpp`.

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


More information about the Mlir-commits mailing list