[flang-commits] [flang] [Flang][OpenMP] Correct ArrayElements in Reduction Clause (PR #196094)

Jack Styles via flang-commits flang-commits at lists.llvm.org
Wed May 13 06:49:34 PDT 2026


================
@@ -38,6 +39,13 @@ namespace Fortran {
 namespace lower {
 namespace omp {
 
+static bool isReductionObjectExpression(const Object *object) {
----------------
Stylie777 wrote:

Done

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


More information about the flang-commits mailing list