[all-commits] [llvm/llvm-project] 1e8ab9: [flang][openacc] Fix missing bounds for allocatabl...
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Mon Oct 16 09:39:36 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1e8ab993baf4e28590bdac71130f48ebd5f57675
https://github.com/llvm/llvm-project/commit/1e8ab993baf4e28590bdac71130f48ebd5f57675
Author: Valentin Clement (バレンタイン クレメン) <clementval at gmail.com>
Date: 2023-10-16 (Mon, 16 Oct 2023)
Changed paths:
M flang/lib/Lower/DirectivesCommon.h
A flang/test/Lower/OpenACC/acc-bounds.f90
Log Message:
-----------
[flang][openacc] Fix missing bounds for allocatable and pointer array component (#68914)
Bounds were not gathered correctly for pointer and allocatable array
components. This patch fixes the issues pointed in
https://reviews.llvm.org/D158732.
The change should also enable correct bounds gathering for the OpenMP
implementation.
A new test file `acc-bounds.f90` is added and bounds specific tests
currently in `acc-enter-data.f90` can be moved there in a follow up
patch.
More information about the All-commits
mailing list