[PATCH] D97475: [RISCV] Support EXTRACT_SUBVECTOR on vector masks

Fraser Cormack via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 26 02:08:59 PST 2021


frasercrmck updated this revision to Diff 326633.
frasercrmck marked 3 inline comments as done.
frasercrmck added a comment.

- rebase
- address feedback:
  - fix typo
  - explicit ZEXT
  - explicit SETCC to remove redundant "and"


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D97475

Files:
  llvm/lib/Target/RISCV/RISCVISelLowering.cpp
  llvm/test/CodeGen/RISCV/rvv/extract-subvector.ll
  llvm/test/CodeGen/RISCV/rvv/fixed-vectors-extract-subvector.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D97475.326633.patch
Type: text/x-patch
Size: 21414 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210226/2cf8106e/attachment-0001.bin>


More information about the llvm-commits mailing list