[all-commits] [llvm/llvm-project] 676ff7: [flang][openacc] Fix semantic check for wait and a...
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Fri Oct 23 07:32:12 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 676ff75d60792d98161f95460e7f982664f39603
https://github.com/llvm/llvm-project/commit/676ff75d60792d98161f95460e7f982664f39603
Author: Valentin Clement <clementval at gmail.com>
Date: 2020-10-23 (Fri, 23 Oct 2020)
Changed paths:
M flang/include/flang/Parser/parse-tree.h
M flang/lib/Parser/openacc-parsers.cpp
M flang/lib/Semantics/check-acc-structure.cpp
M flang/lib/Semantics/check-acc-structure.h
M flang/test/Semantics/acc-clause-validity.f90
Log Message:
-----------
[flang][openacc] Fix semantic check for wait and atomic directives
wait and atomic directives are represented by OpenACCWaitConstruct, OpenACCAtmicConstruct in the parser. Those contrsuct were
not taken into account in the semantic check so far.
Reviewed By: kiranchandramohan
Differential Revision: https://reviews.llvm.org/D88628
More information about the All-commits
mailing list