[all-commits] [llvm/llvm-project] 16cf9c: [flang][openacc] Support labeled DO loop after acc...
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Wed Sep 13 20:50:56 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 16cf9c9af00422b6cc7f2d3742152c4a5c9d2a1d
https://github.com/llvm/llvm-project/commit/16cf9c9af00422b6cc7f2d3742152c4a5c9d2a1d
Author: Valentin Clement (バレンタイン クレメン) <clementval at gmail.com>
Date: 2023-09-13 (Wed, 13 Sep 2023)
Changed paths:
M flang/lib/Parser/openacc-parsers.cpp
M flang/lib/Semantics/canonicalize-acc.cpp
M flang/test/Lower/OpenACC/acc-parallel-loop.f90
M flang/test/Semantics/OpenACC/acc-combined-loop.f90
Log Message:
-----------
[flang][openacc] Support labeled DO loop after acc combined directive (#66296)
This patch adds support for labeled do loop after combined directive. It
relaxes the initial parser and canonicalize labeled do loop into the
OpenACCCombinedConstruct.
More information about the All-commits
mailing list