[all-commits] [llvm/llvm-project] be19a2: [RISCV] Correct stride for strided load/store of v...

Craig Topper via All-commits all-commits at lists.llvm.org
Tue Jul 8 18:25:12 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: be19a27cc5b15c712186010132705296ebc74c58
      https://github.com/llvm/llvm-project/commit/be19a27cc5b15c712186010132705296ebc74c58
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2025-07-08 (Tue, 08 Jul 2025)

  Changed paths:
    M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
    M llvm/test/CodeGen/RISCV/rvv/fixed-vectors-interleaved-access.ll

  Log Message:
  -----------
  [RISCV] Correct stride for strided load/store of vectors of pointers in lowerInterleavedLoad/lowerInterleavedStore. (#147598)

We need to use DataLayout to get the size if the element type
is a pointer.



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