[all-commits] [llvm/llvm-project] c8b5f4: [flang][openacc] Support array with dynamic extent...
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Mon Oct 9 17:43:16 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c8b5f4c07e0eacfee96238e2ef9612028ca424f2
https://github.com/llvm/llvm-project/commit/c8b5f4c07e0eacfee96238e2ef9612028ca424f2
Author: Valentin Clement (バレンタイン クレメン) <clementval at gmail.com>
Date: 2023-10-09 (Mon, 09 Oct 2023)
Changed paths:
M flang/lib/Lower/OpenACC.cpp
M flang/test/Lower/OpenACC/acc-parallel-loop.f90
M flang/test/Lower/OpenACC/acc-parallel.f90
M flang/test/Lower/OpenACC/acc-private.f90
M flang/test/Lower/OpenACC/acc-serial-loop.f90
M flang/test/Lower/OpenACC/acc-serial.f90
Log Message:
-----------
[flang][openacc] Support array with dynamic extent in private recipe (#68624)
Add lowering support for array with dynamic extents for private recipe.
The extents are passed as block arguments and used in the alloca
operation. The shape also used this information for the hlfir.declare
operation.
More information about the All-commits
mailing list