[Mlir-commits] [mlir] [OpenMP][OMPIRBuilder] Refactor reduction initialization logic into one util (PR #118447)

Leandro Lupori llvmlistbot at llvm.org
Tue Dec 3 05:58:18 PST 2024


================
@@ -1929,6 +1974,7 @@ convertOmpParallel(omp::ParallelOp opInst, llvm::IRBuilderBase &builder,
           splitBB(builder, /*CreateBranch=*/true, "omp.private.copy");
       builder.SetInsertPoint(copyBlock->getFirstNonPHIOrDbgOrAlloca());
     }
+
----------------
luporl wrote:

Unrelated change?

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


More information about the Mlir-commits mailing list