[all-commits] [llvm/llvm-project] bc3234: [flang][openacc] Support labeled DO loop after acc...
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Wed Sep 13 20:50:33 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bc323460824c7fbf9329acba44bc42bab61bdcc3
https://github.com/llvm/llvm-project/commit/bc323460824c7fbf9329acba44bc42bab61bdcc3
Author: Valentin Clement (バレンタイン クレメン) <clementval at gmail.com>
Date: 2023-09-13 (Wed, 13 Sep 2023)
Changed paths:
M flang/include/flang/Parser/parse-tree.h
M flang/lib/Parser/openacc-parsers.cpp
M flang/lib/Parser/unparse.cpp
M flang/lib/Semantics/canonicalize-acc.cpp
M flang/lib/Semantics/resolve-directives.cpp
M flang/test/Lower/OpenACC/acc-loop.f90
M flang/test/Semantics/OpenACC/acc-loop-validity.f90
Log Message:
-----------
[flang][openacc] Support labeled DO loop after acc loop directive (#66294)
Make the `DoConstruct` in `OpenACCLoopConstruct` optional and move the
labeled do construct in in the canonicalization step.
More information about the All-commits
mailing list