[PATCH] D148713: [LegalizeTypes][VP] Widen load/store of fixed length vectors to VP ops

Luke Lau via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 6 03:10:17 PDT 2023


luke updated this revision to Diff 528765.
luke added a comment.

Rebase and use SelectionDAG::getElementCount


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D148713/new/

https://reviews.llvm.org/D148713

Files:
  llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
  llvm/test/CodeGen/RISCV/rvv/fixed-vectors-abs.ll
  llvm/test/CodeGen/RISCV/rvv/fixed-vectors-extract.ll
  llvm/test/CodeGen/RISCV/rvv/fixed-vectors-fp.ll
  llvm/test/CodeGen/RISCV/rvv/fixed-vectors-fp2i.ll
  llvm/test/CodeGen/RISCV/rvv/fixed-vectors-i2fp.ll
  llvm/test/CodeGen/RISCV/rvv/fixed-vectors-insert.ll
  llvm/test/CodeGen/RISCV/rvv/fixed-vectors-int-buildvec.ll
  llvm/test/CodeGen/RISCV/rvv/fixed-vectors-int-splat.ll
  llvm/test/CodeGen/RISCV/rvv/fixed-vectors-int.ll
  llvm/test/CodeGen/RISCV/rvv/fixed-vectors-interleaved-access.ll
  llvm/test/CodeGen/RISCV/rvv/fixed-vectors-load.ll
  llvm/test/CodeGen/RISCV/rvv/fixed-vectors-store.ll
  llvm/test/CodeGen/RISCV/rvv/fixed-vectors-strided-load-combine.ll
  llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vselect.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D148713.528765.patch
Type: text/x-patch
Size: 166887 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230606/eca3024e/attachment-0001.bin>


More information about the llvm-commits mailing list