[PATCH] D92443: [flang][openacc] Avoid use of init, shutdown and set in compute construct
Sourabh Singh Tomar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 8 07:35:33 PST 2020
SouraVX accepted this revision.
SouraVX added a comment.
This revision is now accepted and ready to land.
LGTM, Thanks!
================
Comment at: flang/lib/Semantics/check-acc-structure.cpp:74
+
+ // Check all nested context skipping the first one
+ for (std::size_t i = dirContext_.size() - 1; i > 0; --i) {
----------------
NIT: Period at the end of comment.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D92443/new/
https://reviews.llvm.org/D92443
More information about the llvm-commits
mailing list