[all-commits] [llvm/llvm-project] 964a25: [flang][openacc] Add support for allocatable and p...
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Thu Oct 5 13:05:56 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 964a2522022a8fe2c1f7c79dfc5597010eb1e5dc
https://github.com/llvm/llvm-project/commit/964a2522022a8fe2c1f7c79dfc5597010eb1e5dc
Author: Valentin Clement (バレンタイン クレメン) <clementval at gmail.com>
Date: 2023-10-05 (Thu, 05 Oct 2023)
Changed paths:
M flang/include/flang/Optimizer/Dialect/FIRType.h
M flang/lib/Lower/OpenACC.cpp
M flang/lib/Optimizer/Dialect/FIRType.cpp
M flang/test/Lower/OpenACC/acc-reduction.f90
Log Message:
-----------
[flang][openacc] Add support for allocatable and pointer arrays in reduction (#68261)
This patch adds support for allocatable and pointer arrays in the
reduction recipe lowering.
More information about the All-commits
mailing list