[flang-commits] [flang] [flang][OpenMP] Clone reduction info from nested `loop` ops to parent `teams` ops (PR #132003)

Kareem Ergawy via flang-commits flang-commits at lists.llvm.org
Wed Mar 19 04:09:04 PDT 2025


================
@@ -343,6 +343,115 @@ class GenericLoopConversionPattern
   }
 };
 
+/// According to the spec (v5.2, p340, 36):
----------------
ergawy wrote:

The PR needs more testing, working on that. I opened at this point for early feedback in case there are major issues with the approach taken.

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


More information about the flang-commits mailing list