[PATCH] D88628: [flang][openacc] Fix semantic check for wait, cache and atomic directives
Valentin Clement via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 30 18:50:29 PDT 2020
clementval created this revision.
clementval added reviewers: sscalpone, kiranchandramohan, tskeith, klausler, DavidTruby, jdoerfert.
Herald added subscribers: llvm-commits, jfb.
Herald added a project: LLVM.
clementval requested review of this revision.
wait, cache and atomic directives are represented by OpenACCWaitConstruct,
OpenACCCacheConstruct and OpenACCAtmicConstruct in the parser. Those contrsuct were
not taken into account in the semantic check so far.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D88628
Files:
flang/include/flang/Parser/parse-tree.h
flang/lib/Parser/openacc-parsers.cpp
flang/lib/Semantics/check-acc-structure.cpp
flang/lib/Semantics/check-acc-structure.h
flang/test/Semantics/acc-clause-validity.f90
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D88628.295451.patch
Type: text/x-patch
Size: 5127 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201001/505a23f9/attachment.bin>
More information about the llvm-commits
mailing list