[PATCH] D93693: [RISCV] Add intrinsics for vfwmacc, vfwnmacc, vfwmsac, vfwnmsac instructions

ShihPo Hung via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 22 18:49:10 PST 2020


arcbbb updated this revision to Diff 313469.
arcbbb added a comment.

Updates

1. rebased
2. remove unneeded !eq
3. use true/false instead of 1/0


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D93693

Files:
  llvm/include/llvm/IR/IntrinsicsRISCV.td
  llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td
  llvm/test/CodeGen/RISCV/rvv/vfwmacc-rv32.ll
  llvm/test/CodeGen/RISCV/rvv/vfwmacc-rv64.ll
  llvm/test/CodeGen/RISCV/rvv/vfwmsac-rv32.ll
  llvm/test/CodeGen/RISCV/rvv/vfwmsac-rv64.ll
  llvm/test/CodeGen/RISCV/rvv/vfwnmacc-rv32.ll
  llvm/test/CodeGen/RISCV/rvv/vfwnmacc-rv64.ll
  llvm/test/CodeGen/RISCV/rvv/vfwnmsac-rv32.ll
  llvm/test/CodeGen/RISCV/rvv/vfwnmsac-rv64.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D93693.313469.patch
Type: text/x-patch
Size: 192673 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201223/1aeae739/attachment-0001.bin>


More information about the llvm-commits mailing list