[llvm] [mlir] [MLIR][OpenMP] Support basic materialization for `omp.private` ops (PR #81715)

via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 20 11:56:56 PST 2024


================
@@ -1060,9 +1088,10 @@ convertOmpParallel(omp::ParallelOp opInst, llvm::IRBuilderBase &builder,
       SmallVector<OwningReductionGen> owningReductionGens;
       SmallVector<OwningAtomicReductionGen> owningAtomicReductionGens;
       SmallVector<llvm::OpenMPIRBuilder::ReductionInfo> reductionInfos;
-      collectReductionInfo(opInst, builder, moduleTranslation, reductionDecls,
-                           owningReductionGens, owningAtomicReductionGens,
-                           privateReductionVariables, reductionInfos);
+      collectReductionInfo(opInst, builder, moduleTranslation,
----------------
NimishMishra wrote:

Is there an accidental change here? The function arguments seem to be unchanged

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


More information about the llvm-commits mailing list