[PATCH] D89562: [flang]Add Parser Support for OpenMP Allocate Directive
Irina Dobrescu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 16 10:03:31 PDT 2020
Rin added inline comments.
================
Comment at: flang/include/flang/Parser/parse-tree.h:3626
+ CharBlock source;
+ std::tuple<Verbatim, OmpObjectList, Statement<AllocateStmt>> t;
+};
----------------
The Allocate Directive can take the Allocator Clause as its only clause, but that clause doesn't seem to have been implemented yet. Should I add it myself before going forward with this patch or can this be done at a later time?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D89562/new/
https://reviews.llvm.org/D89562
More information about the llvm-commits
mailing list