[PATCH] D83659: [flang][OpenMP] upstream OpenMP lowering
Sourabh Singh Tomar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 14 05:32:30 PDT 2020
SouraVX marked an inline comment as done.
SouraVX added inline comments.
================
Comment at: flang/include/flang/Lower/OpenMP.h:19-20
struct OpenMPConstruct;
+struct OpenMPStandaloneConstruct;
+struct OpenMPSimpleStandaloneConstruct;
struct OmpEndLoopDirective;
----------------
kiranchandramohan wrote:
> Are these required now?
Removed, thanks!
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