[flang-commits] [flang] [flang][Semantics][OpenMP] Check type of reduction variables (PR #94596)
Peter Klausler via flang-commits
flang-commits at lists.llvm.org
Thu Jun 6 09:13:45 PDT 2024
================
@@ -2378,6 +2378,89 @@ bool OmpStructureChecker::CheckIntrinsicOperator(
return false;
}
+static bool isReductionAllowedForType(
----------------
klausler wrote:
All functions except accessors should be capitalized in Semantics.
https://github.com/llvm/llvm-project/pull/94596
More information about the flang-commits
mailing list