[flang-commits] [flang] [flang] Add parsing of DO CONCURRENT REDUCE clause (PR #92518)
Peter Klausler via flang-commits
flang-commits at lists.llvm.org
Fri May 17 10:15:33 PDT 2024
================
@@ -683,6 +683,89 @@ class DoContext {
}
}
+ void CheckReduce(
----------------
klausler wrote:
If this is meant to be an externally visible function, please declare a prototype for it in a header file. Otherwise, make it `static`.
https://github.com/llvm/llvm-project/pull/92518
More information about the flang-commits
mailing list