[flang][openacc] Fix the value of lower bound, upper bound and extent
authorValentin Clement <clementval@gmail.com>
Fri, 21 Apr 2023 20:22:28 +0000 (13:22 -0700)
committerValentin Clement <clementval@gmail.com>
Fri, 21 Apr 2023 20:22:48 +0000 (13:22 -0700)
commitf38d8be41aa9abc5ff39648e66d927b118c6c76d
treec053f62f338c53e44d74d9a6b7396655d36220c2
parentd9bc7f7844e803ea622f29e7367c8ba6dccde442
[flang][openacc] Fix the value of lower bound, upper bound and extent

Update the lowering to match the intent of the newly added operation
as described here D148860.

Reviewed By: razvanlupusoru

Differential Revision: https://reviews.llvm.org/D148932
flang/lib/Lower/OpenACC.cpp
flang/test/Lower/OpenACC/acc-enter-data.f90