[all-commits] [llvm/llvm-project] b87087: [flang] Allow non-index length parameter on exprs ...
Slava Zakharin via All-commits
all-commits at lists.llvm.org
Wed Jan 29 12:01:35 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b8708753c89db07eb6993559b4546e5a97d94530
https://github.com/llvm/llvm-project/commit/b8708753c89db07eb6993559b4546e5a97d94530
Author: Slava Zakharin <szakharin at nvidia.com>
Date: 2025-01-29 (Wed, 29 Jan 2025)
Changed paths:
M flang/lib/Optimizer/HLFIR/Transforms/BufferizeHLFIR.cpp
M flang/test/HLFIR/get_length_codegen.fir
Log Message:
-----------
[flang] Allow non-index length parameter on exprs fed into hlfir.get_length. (#124827)
The length might be any integer, so hlfir.get_length lowering
should explicitly cast it to `index`.
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