[PATCH] D93013: [RISCV] Define vadd intrinsics and lower to V instructions.

Hsiangkai Wang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 10 05:52:19 PST 2020


HsiangKai updated this revision to Diff 310866.
HsiangKai added a comment.

- Remove unnecessary swap function in this patch. Add it if we need it afterward.
- Address @kito-cheng's comments.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D93013

Files:
  llvm/include/llvm/IR/IntrinsicsRISCV.td
  llvm/lib/Target/RISCV/RISCVISelLowering.cpp
  llvm/lib/Target/RISCV/RISCVISelLowering.h
  llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td
  llvm/lib/Target/RISCV/Utils/RISCVBaseInfo.cpp
  llvm/lib/Target/RISCV/Utils/RISCVBaseInfo.h
  llvm/test/CodeGen/RISCV/rvv/vadd.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D93013.310866.patch
Type: text/x-patch
Size: 90483 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201210/6aefbc43/attachment-0001.bin>


More information about the llvm-commits mailing list