[flang-commits] [flang] [Flang][OpenMP] Correct ArrayElements in Reduction Clause (PR #196094)
Tom Eccles via flang-commits
flang-commits at lists.llvm.org
Fri May 8 06:33:14 PDT 2026
================
@@ -38,6 +39,13 @@ namespace Fortran {
namespace lower {
namespace omp {
+static bool isReductionObjectExpression(const Object *object) {
----------------
tblah wrote:
Should use a helper shared with the other file so these don't get out of sync
https://github.com/llvm/llvm-project/pull/196094
More information about the flang-commits
mailing list