[Mlir-commits] [mlir] [mlir][OpenMP] Translate reductions on taskloop (PR #199670)
Tom Eccles
llvmlistbot at llvm.org
Thu May 28 03:10:37 PDT 2026
================
@@ -3417,6 +3443,90 @@ convertOmpTaskloopContextOp(omp::TaskloopContextOp contextOp,
// Set up inserttion point for call to createTaskloop()
builder.SetInsertPoint(taskloopStartBlock);
----------------
tblah wrote:
This should be after preparing for reductions.
https://github.com/llvm/llvm-project/pull/199670
More information about the Mlir-commits
mailing list