[all-commits] [llvm/llvm-project] 37fcad: [flang][openacc] Fix upperbound computation when l...
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Tue Oct 3 14:48:49 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 37fcad7be951d340fe8b33e9cc11b8174376a6d7
https://github.com/llvm/llvm-project/commit/37fcad7be951d340fe8b33e9cc11b8174376a6d7
Author: Valentin Clement (バレンタイン クレメン) <clementval at gmail.com>
Date: 2023-10-03 (Tue, 03 Oct 2023)
Changed paths:
M flang/lib/Lower/DirectivesCommon.h
M flang/test/Lower/OpenACC/acc-enter-data.f90
Log Message:
-----------
[flang][openacc] Fix upperbound computation when lowerbound is default (#68160)
The upperbound is computed from the extent. When the lowerbound is 1
(the default), the upperbounds is equal to `extent - 1`.
More information about the All-commits
mailing list