================
@@ -5748,7 +5754,7 @@ void CodeGenFunction::EmitOMPScanDirective(const 
OMPScanDirective &S) {
       }
       CGM.getOpenMPRuntime().emitReduction(
           *this, ParentDir.getEndLoc(), Privates, LHSs, RHSs, ReductionOps,
-          {/*WithNowait=*/true, /*SimpleReduction=*/true, OMPD_simd});
+          {/*WithNowait=*/true, /*SimpleReduction=*/true, false, OMPD_simd});
----------------
alexey-bataev wrote:

```suggestion
          {/*WithNowait=*/true, /*SimpleReduction=*/true, 
/*IsPrivateVarReduction=*/false, OMPD_simd});
```


https://github.com/llvm/llvm-project/pull/134709
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to