[all-commits] [llvm/llvm-project] 2f077d: [flang] Support non-index shape in hlfir.get_exten...
Slava Zakharin via All-commits
all-commits at lists.llvm.org
Tue Jan 28 09:25:58 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2f077dfbdf769d2e568ccdcda0e1937af046f81f
https://github.com/llvm/llvm-project/commit/2f077dfbdf769d2e568ccdcda0e1937af046f81f
Author: Slava Zakharin <szakharin at nvidia.com>
Date: 2025-01-28 (Tue, 28 Jan 2025)
Changed paths:
M flang/lib/Optimizer/HLFIR/Transforms/ConvertToFIR.cpp
A flang/test/HLFIR/getextent-codegen.fir
Log Message:
-----------
[flang] Support non-index shape in hlfir.get_extent codegen. (#124622)
hlfir.reshape inlining uncovered an existing bug that non-index shapes
result in failures during hlfir.get_extent conversion to FIR.
I could have "fixed" the shape during hlfir.reshape inlining,
but this seems like a better fix.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list