[PATCH] D83659: [flang][OpenMP] upstream OpenMP lowering

Kiran Chandramohan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 13 13:01:06 PDT 2020


kiranchandramohan accepted this revision.
kiranchandramohan added a comment.
This revision is now accepted and ready to land.

LGTM. Please wait for a day before submitting.



================
Comment at: flang/include/flang/Lower/OpenMP.h:19-20
 struct OpenMPConstruct;
+struct OpenMPStandaloneConstruct;
+struct OpenMPSimpleStandaloneConstruct;
 struct OmpEndLoopDirective;
----------------
Are these required now?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D83659





More information about the llvm-commits mailing list