[all-commits] [llvm/llvm-project] 561a36: [flang][openacc] Relax rule for end directive on c...
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Tue Jun 13 13:58:35 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 561a3697099aa74fcbaf426e6d0ebeb783b57a1e
https://github.com/llvm/llvm-project/commit/561a3697099aa74fcbaf426e6d0ebeb783b57a1e
Author: Valentin Clement <clementval at gmail.com>
Date: 2023-06-13 (Tue, 13 Jun 2023)
Changed paths:
A flang/docs/OpenACC.md
M flang/lib/Parser/executable-parsers.cpp
M flang/lib/Parser/openacc-parsers.cpp
M flang/lib/Parser/type-parsers.h
M flang/lib/Semantics/canonicalize-acc.cpp
M flang/test/Semantics/OpenACC/acc-canonicalization-validity.f90
A flang/test/Semantics/OpenACC/acc-combined-loop.f90
M flang/test/Semantics/OpenACC/acc-kernels-loop.f90
M flang/test/Semantics/OpenACC/acc-parallel-loop-validity.f90
M flang/test/Semantics/OpenACC/acc-serial-loop.f90
Log Message:
-----------
[flang][openacc] Relax rule for end directive on combined construct
Make the keyword `loop` optional for the end driective on combined
construct. This done to extend compatibility with other compiler that
allow this.
Reviewed By: razvanlupusoru
Differential Revision: https://reviews.llvm.org/D151856
More information about the All-commits
mailing list