[all-commits] [llvm/llvm-project] a87ca1: [flang][openacc] Do not check for unlabelled CYCLE...
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Wed Nov 29 15:38:07 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a87ca1bbd9a4f36b1edd3d3d3c4a662e05388f4e
https://github.com/llvm/llvm-project/commit/a87ca1bbd9a4f36b1edd3d3d3c4a662e05388f4e
Author: Valentin Clement (バレンタイン クレメン) <clementval at gmail.com>
Date: 2023-11-29 (Wed, 29 Nov 2023)
Changed paths:
M flang/lib/Semantics/check-directive-structure.h
M flang/test/Semantics/OpenACC/acc-kernels-loop.f90
M flang/test/Semantics/OpenACC/acc-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] Do not check for unlabelled CYCLE branching (#73839)
There is no such restriction for any OpenACC construct. This patch adds
a constexpr condition on the type of Directive.
More information about the All-commits
mailing list