[PATCH] D142524: [flang][OpenMP] Add parser support for order clause

Kiran Chandramohan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 25 14:13:34 PST 2023


kiranchandramohan added a comment.

Looks good.
There are changes to this clause in 5.1 and later standards with an order-modifier added and the order clause applying to constructs like the distribute construct. Is the plan to add these later?



================
Comment at: flang/lib/Parser/unparse.cpp:2621
   WALK_NESTED_ENUM(OmpCancelType, Type) // OMP cancel-type
+  WALK_NESTED_ENUM(OmpOrderClause, Type) // OMP ORDER
 #undef WALK_NESTED_ENUM
----------------
// OMP ORDER -> // OMP order-type


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D142524/new/

https://reviews.llvm.org/D142524



More information about the llvm-commits mailing list