[PATCH] D121113: [RISCV][VP] Custom lower VP_STRIDED_LOAD and VP_STRIDED_STORE

Lorenzo Albano via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 8 10:51:12 PST 2022


loralb updated this revision to Diff 413874.
loralb edited the summary of this revision.
loralb added a comment.

Changelog:

- Remove unnecessary custom legalization of narrow scalar types
- Do not add new RISCVISD nodes, use existing intrinsics instead


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

https://reviews.llvm.org/D121113

Files:
  llvm/lib/Target/RISCV/RISCVISelLowering.cpp
  llvm/lib/Target/RISCV/RISCVISelLowering.h
  llvm/test/CodeGen/RISCV/rvv/fixed-vectors-strided-vpload.ll
  llvm/test/CodeGen/RISCV/rvv/fixed-vectors-strided-vpstore.ll
  llvm/test/CodeGen/RISCV/rvv/strided-vpload.ll
  llvm/test/CodeGen/RISCV/rvv/strided-vpstore.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D121113.413874.patch
Type: text/x-patch
Size: 107633 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220308/ef3b38f0/attachment.bin>


More information about the llvm-commits mailing list