[Mlir-commits] [mlir] [MLIR][OpenMP] Enable BlockArgOpenMPOpInterface accessing operands (PR #130769)

Michael Kruse llvmlistbot at llvm.org
Tue Mar 11 06:47:22 PDT 2025


================
@@ -629,12 +617,10 @@ class OpenMP_InReductionClauseSkip<
 
   let extraClassDeclaration = [{
     /// Returns the reduction variables.
-    SmallVector<Value> getReductionVars() {
+    SmallVector<Value> getAllReductionVars() {
----------------
Meinersbur wrote:

This only returns the `in_reduction` vars. I assume this is because this is for the `in_reduction` clause. Does it get merged with reductions from other clauses somewhere?

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


More information about the Mlir-commits mailing list