diff options
author | Valentin Clement <clementval@gmail.com> | 2023-05-09 12:21:44 -0700 |
---|---|---|
committer | Valentin Clement <clementval@gmail.com> | 2023-05-09 12:22:07 -0700 |
commit | 626aa8518d873c5760cd033fe49b1809c9de3494 (patch) | |
tree | 9dbbdf28720b4d59a5a16a32e1fe3cccdc3c731c /clang/lib/Lex/ModuleMap.cpp | |
parent | e9569748def85a2f6bb8066e516a84e6933ef407 (diff) | |
download | llvm-626aa8518d873c5760cd033fe49b1809c9de3494.zip llvm-626aa8518d873c5760cd033fe49b1809c9de3494.tar.gz llvm-626aa8518d873c5760cd033fe49b1809c9de3494.tar.bz2 |
[flang][openacc] Fix lowerbound when there is no subscripts
The lowerbound was not correctly normalized to 0 when the bound
are generated for an array without subscripts.
```
integer :: a(11:20)
!$acc enter data create(a)
```
Reviewed By: razvanlupusoru
Differential Revision: https://reviews.llvm.org/D150208
Diffstat (limited to 'clang/lib/Lex/ModuleMap.cpp')
0 files changed, 0 insertions, 0 deletions