[all-commits] [llvm/llvm-project] 82db2a: [flang] Apply lower bounds correctly before runtim...
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Wed Aug 31 04:25:37 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 82db2a24196d1d416d3ded74cba362f62963d13f
https://github.com/llvm/llvm-project/commit/82db2a24196d1d416d3ded74cba362f62963d13f
Author: Valentin Clement <clementval at gmail.com>
Date: 2022-08-31 (Wed, 31 Aug 2022)
Changed paths:
M flang/lib/Lower/IntrinsicCall.cpp
A flang/test/Lower/Intrinsics/ubound01.f90
Log Message:
-----------
[flang] Apply lower bounds correctly before runtime call to ubound
Apply lower bounds before call to the ubound runtime function.
This is similary done in genLBound.
Reviewed By: jeanPerier
Differential Revision: https://reviews.llvm.org/D133001
More information about the All-commits
mailing list