Add couple of clause validity tests for the update directive and check for
the restriction where at least self, host or device clause must appear on the directive.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D92447
[flang][openacc] Add clause validity tests for the update directive ClosedPublic Authored by clementval on Dec 1 2020, 7:03 PM.
Details Summary Add couple of clause validity tests for the update directive and check for
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Dec 4 2020, 8:40 AM This revision was landed with ongoing or failed builds.Dec 4 2020, 11:39 AM Closed by commit rGe46065433466: [flang][openacc] Add clause validity tests for the update directive (authored by clementval). · Explain Why This revision was automatically updated to reflect the committed changes. This revision is now accepted and ready to land.Dec 4 2020, 12:19 PM This revision was landed with ongoing or failed builds.Dec 8 2020, 7:47 AM Closed by commit rG1dd24e6ab7a7: [flang][openacc] Add clause validity tests for the update directive (authored by clementval). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 310213 flang/include/flang/Parser/dump-parse-tree.h
flang/include/flang/Parser/parse-tree.h
flang/lib/Lower/OpenACC.cpp
flang/lib/Parser/openacc-parsers.cpp
flang/lib/Semantics/check-acc-structure.cpp
flang/test/Semantics/acc-clause-validity.f90
llvm/include/llvm/Frontend/OpenACC/ACC.td
|