[all-commits] [llvm/llvm-project] b65896: [flang][openacc] Fix clause restriction for exit d...
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Wed Jan 27 07:07:43 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b65896ef8b5a0c72f4f738356aba8e454ae340be
https://github.com/llvm/llvm-project/commit/b65896ef8b5a0c72f4f738356aba8e454ae340be
Author: Valentin Clement <clementval at gmail.com>
Date: 2021-01-27 (Wed, 27 Jan 2021)
Changed paths:
M flang/test/Semantics/OpenACC/acc-data.f90
M llvm/include/llvm/Frontend/OpenACC/ACC.td
Log Message:
-----------
[flang][openacc] Fix clause restriction for exit data directive
Restriction on clauses for the EXIT DATA directive were not fully correct.
This patch fixes the situation. The async, if and finalize clauses are allowed
only once.
Reviewed By: SouraVX
Differential Revision: https://reviews.llvm.org/D95470
More information about the All-commits
mailing list