[all-commits] [llvm/llvm-project] 0b8049: [flang] Support non-index shape/shift/slice for CG...

Slava Zakharin via All-commits all-commits at lists.llvm.org
Tue Jan 28 09:38:54 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0b80491cd5e7dcb6d5432727d0a2c746a9a9438e
      https://github.com/llvm/llvm-project/commit/0b80491cd5e7dcb6d5432727d0a2c746a9a9438e
  Author: Slava Zakharin <szakharin at nvidia.com>
  Date:   2025-01-28 (Tue, 28 Jan 2025)

  Changed paths:
    M flang/lib/Optimizer/CodeGen/CodeGen.cpp
    M flang/test/Fir/convert-to-llvm.fir

  Log Message:
  -----------
  [flang] Support non-index shape/shift/slice for CG box operations. (#124625)

That is another problem uncovered during hlfir.reshape inlining,
where the shape bits could be any integer type.
This patch adds explicit convertions to `index` type where needed.



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