[PATCH] D91638: [RISCV] Add a proof-of-concept for supporting non-scalable vectors in RVV

Fraser Cormack via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 7 03:10:56 PST 2020


frasercrmck updated this revision to Diff 309856.
frasercrmck edited the summary of this revision.
frasercrmck added a comment.

- Rebase on top of main branch
- Switch terminology from non-scalable to fixed-length
- Assume VLEN>=64 rather than VLEN>=128
- Reduce size of diff against main branch


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D91638

Files:
  llvm/lib/Target/RISCV/RISCVISelLowering.cpp
  llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td
  llvm/lib/Target/RISCV/RISCVRegisterInfo.td
  llvm/test/CodeGen/RISCV/rvv/load-add-store-fixedlen.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D91638.309856.patch
Type: text/x-patch
Size: 11378 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201207/1f5f3d9d/attachment.bin>


More information about the llvm-commits mailing list