[PATCH] D109377: type legalization for vp_load and vp_store.

Fraser Cormack via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 1 07:49:03 PST 2022


frasercrmck updated this revision to Diff 412107.
frasercrmck added a comment.

- rebase
- drop widening and splitting (committed separately in D117235 <https://reviews.llvm.org/D117235>)

Note that while the legalized nodes are correct, the generated code we're
testing is *not*; RISCV ignores extending and truncating operations.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D109377

Files:
  llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
  llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.h
  llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vpload.ll
  llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vpstore.ll
  llvm/test/CodeGen/RISCV/rvv/vpload.ll
  llvm/test/CodeGen/RISCV/rvv/vpstore.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D109377.412107.patch
Type: text/x-patch
Size: 18214 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220301/7e5df141/attachment.bin>


More information about the llvm-commits mailing list