[PATCH] D102467: [RISCV] Implement codegen patterns for add8, add16, sub8 and sub16

Jim Lin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 4 05:03:50 PDT 2021


Jim updated this revision to Diff 349825.
Jim added a comment.

Add support for vector and, or and xor operations and
implement getPreferredVectorAction hook to widen v4i8 and v2i16 to v8i8 and v4i16 for RV64P.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D102467

Files:
  llvm/lib/Target/RISCV/RISCVISelLowering.cpp
  llvm/lib/Target/RISCV/RISCVISelLowering.h
  llvm/lib/Target/RISCV/RISCVInstrInfoP.td
  llvm/test/CodeGen/RISCV/rvp/vector-alu.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D102467.349825.patch
Type: text/x-patch
Size: 41901 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210604/945b6449/attachment.bin>


More information about the llvm-commits mailing list