[all-commits] [llvm/llvm-project] a48445: [flang][openacc] Support array slices when creatin...
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Wed Jul 12 12:53:33 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a48445f1ec8a262d36eecbaf6715b6a9f81d8515
https://github.com/llvm/llvm-project/commit/a48445f1ec8a262d36eecbaf6715b6a9f81d8515
Author: Valentin Clement <clementval at gmail.com>
Date: 2023-07-12 (Wed, 12 Jul 2023)
Changed paths:
M flang/lib/Lower/OpenACC.cpp
M flang/test/Lower/OpenACC/acc-private.f90
Log Message:
-----------
[flang][openacc] Support array slices when creating firstprivate recipe
The return type of the recipe must match the array slice provided by
the user. This patch enhance the recipe creation to take into account
the constant slices.
Depends on D154657
Reviewed By: razvanlupusoru
Differential Revision: https://reviews.llvm.org/D154727
More information about the All-commits
mailing list