[all-commits] [llvm/llvm-project] b53115: [flang][openacc] Avoid use of init, shutdown and s...
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Tue Dec 8 12:15:03 PST 2020
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b53115b6c8aa9a107bb80e704b077b253037514f
https://github.com/llvm/llvm-project/commit/b53115b6c8aa9a107bb80e704b077b253037514f
Author: Valentin Clement <clementval at gmail.com>
Date: 2020-12-08 (Tue, 08 Dec 2020)
Changed paths:
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] Avoid use of init, shutdown and set in compute construct
init, shutdown and set directive are not allowed in compute construct.
Reviewed By: SouraVX
Differential Revision: https://reviews.llvm.org/D92443
More information about the All-commits
mailing list