[flang-commits] [flang] [flang] Add parsing of DO CONCURRENT REDUCE clause (PR #92518)

via flang-commits flang-commits at lists.llvm.org
Wed May 29 11:59:01 PDT 2024


================
@@ -2236,16 +2243,31 @@ struct ConcurrentHeader {
       t;
 };
 
+// OpenACC 3.2
----------------
khaki3 wrote:

The OpenMP design stems from ClauseT.h in the LLVM frontend. It allows a unique reduction identifier, so we should keep the current parser.
https://github.com/llvm/llvm-project/blob/main/llvm/include/llvm/Frontend/OpenMP/ClauseT.h#L258

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


More information about the flang-commits mailing list