[all-commits] [llvm/llvm-project] a3700c: [flang][openacc] Make implicit declare region unst...
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Tue Nov 14 14:42:24 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a3700cc29da8fc48361256609bc0903ff94106c7
https://github.com/llvm/llvm-project/commit/a3700cc29da8fc48361256609bc0903ff94106c7
Author: Valentin Clement (バレンタイン クレメン) <clementval at gmail.com>
Date: 2023-11-14 (Tue, 14 Nov 2023)
Changed paths:
M flang/include/flang/Lower/Bridge.h
M flang/lib/Lower/Bridge.cpp
M flang/lib/Lower/OpenACC.cpp
M flang/test/Lower/OpenACC/HLFIR/acc-declare.f90
M flang/test/Lower/OpenACC/acc-declare.f90
Log Message:
-----------
[flang][openacc] Make implicit declare region unstructured (#71591)
Using an op with a region cause some issue with unstructured code. This
patch make use of acc.declare_enter and acc.declare_exit to represent
the implicit declare region.
More information about the All-commits
mailing list