[PATCH] D84481: [flang][openacc] Handle optional end directive in combined construct
Kiran Chandramohan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 31 09:02:50 PDT 2020
kiranchandramohan added inline comments.
================
Comment at: flang/lib/Semantics/canonicalize-acc.cpp:89
+ void RewriteOpenACCCombinedConstruct(parser::OpenACCCombinedConstruct &x,
+ parser::Block &block, parser::Block::iterator it) {
----------------
#just-asking: Is it possible to combine this with RewriteOpenACCLoopConstruct and the Canonicalisation for OpenMP loop?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D84481/new/
https://reviews.llvm.org/D84481
More information about the llvm-commits
mailing list