[Mlir-commits] [mlir] [mlir][OpenMP] Translate reductions on taskloop (PR #199670)
Sairudra More
llvmlistbot at llvm.org
Thu May 28 08:46:30 PDT 2026
================
@@ -3417,6 +3443,90 @@ convertOmpTaskloopContextOp(omp::TaskloopContextOp contextOp,
// Set up inserttion point for call to createTaskloop()
builder.SetInsertPoint(taskloopStartBlock);
----------------
Saieiei wrote:
Done. The reduction declaration lookup/validation now happens before setting the LLVM IRBuilder insertion point. Only IR emission happens after the insertion point is moved.
https://github.com/llvm/llvm-project/pull/199670
More information about the Mlir-commits
mailing list