[all-commits] [llvm/llvm-project] c4803b: [RISCV] Handle vector of pointer in getTgtMemIntri...

Craig Topper via All-commits all-commits at lists.llvm.org
Thu Oct 7 10:14:56 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c4803bd416d432702020a1c3822edfc4ab20b5b6
      https://github.com/llvm/llvm-project/commit/c4803bd416d432702020a1c3822edfc4ab20b5b6
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2021-10-07 (Thu, 07 Oct 2021)

  Changed paths:
    M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
    M llvm/test/CodeGen/RISCV/rvv/fixed-vector-strided-load-store.ll

  Log Message:
  -----------
  [RISCV] Handle vector of pointer in getTgtMemIntrinsic for strided load/store.

getScalarSizeInBits() doesn't work if the scalar type is a pointer.
For that we need to go through DataLayout.




More information about the All-commits mailing list