[all-commits] [llvm/llvm-project] be0932: [flang][openacc] Always lower bounds with lb, ub a...
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Wed May 3 09:44:23 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: be093277bbead02d26e67b78ec0e0df85326d652
https://github.com/llvm/llvm-project/commit/be093277bbead02d26e67b78ec0e0df85326d652
Author: Valentin Clement <clementval at gmail.com>
Date: 2023-05-03 (Wed, 03 May 2023)
Changed paths:
M flang/lib/Lower/OpenACC.cpp
M flang/test/Lower/OpenACC/acc-enter-data.f90
Log Message:
-----------
[flang][openacc] Always lower bounds with lb, ub and stride information
Since we have all the information while lowering, always
add the lowerbound, upperbound and stride information for acc.bounds
create from the Flang frontend.
Reviewed By: razvanlupusoru, jeanPerier
Differential Revision: https://reviews.llvm.org/D149704
More information about the All-commits
mailing list