[flang-commits] [flang] [flang][OpenMP] Implement `CheckReductionObjects` for all reduction c… (PR #118689)
Krzysztof Parzyszek via flang-commits
flang-commits at lists.llvm.org
Wed Dec 4 11:49:49 PST 2024
================
@@ -3127,43 +3219,14 @@ void OmpStructureChecker::CheckReductionModifier(
}
}
-void OmpStructureChecker::CheckIntentInPointerAndDefinable(
----------------
kparzysz wrote:
The checks from this function already existed in separate functions. They are used instead.
https://github.com/llvm/llvm-project/pull/118689
More information about the flang-commits
mailing list