[all-commits] [llvm/llvm-project] 83fa97: [flang][openacc] Handle array section and derived-...
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Sat Aug 13 11:40:44 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 83fa97567949ce16d58b62ecff48930efb1d80bb
https://github.com/llvm/llvm-project/commit/83fa97567949ce16d58b62ecff48930efb1d80bb
Author: Valentin Clement <clementval at gmail.com>
Date: 2022-08-13 (Sat, 13 Aug 2022)
Changed paths:
M flang/include/flang/Lower/OpenACC.h
M flang/lib/Lower/Bridge.cpp
M flang/lib/Lower/OpenACC.cpp
A flang/test/Lower/OpenACC/acc-data-operands.f90
M flang/test/Semantics/OpenACC/acc-data.f90
Log Message:
-----------
[flang][openacc] Handle array section and derived-type components operands
This patch lowers correctly operands with array section
and derived-type component.
Depends on D131764
Reviewed By: razvanlupusoru
Differential Revision: https://reviews.llvm.org/D131765
More information about the All-commits
mailing list