[PATCH] D85851: [flang][directives] Use TableGen to generate clause unparsing

Kiran Chandramohan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 12 12:49:47 PDT 2020


kiranchandramohan added a comment.

Do you plan to update the tests?



================
Comment at: flang/include/flang/Parser/parse-tree.h:3467
+  // Therefore it is declared separatly here.
+  WRAPPER_CLASS(DistSchedule, std::optional<ScalarIntExpr>);
+
----------------
Would it make sense to move dist_schedule out of OmpClause and have it as a separate struct?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D85851



More information about the llvm-commits mailing list