[PATCH] D93365: [RISCV] Add intrinsics for vmv.x.s and vmv.s.x

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 17 09:46:45 PST 2020


craig.topper updated this revision to Diff 312541.
craig.topper added a comment.

Update comment I missed when removing one of the custom ISD opcodes


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D93365

Files:
  llvm/include/llvm/IR/IntrinsicsRISCV.td
  llvm/lib/Target/RISCV/RISCVISelLowering.cpp
  llvm/lib/Target/RISCV/RISCVISelLowering.h
  llvm/lib/Target/RISCV/RISCVInstrInfoV.td
  llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td
  llvm/test/CodeGen/RISCV/rvv/vmv.s.x-rv32.ll
  llvm/test/CodeGen/RISCV/rvv/vmv.s.x-rv64.ll
  llvm/test/CodeGen/RISCV/rvv/vmv.x.s-rv32.ll
  llvm/test/CodeGen/RISCV/rvv/vmv.x.s-rv64.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D93365.312541.patch
Type: text/x-patch
Size: 47514 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201217/8c77ae67/attachment.bin>


More information about the llvm-commits mailing list