[PATCH] D93426: [RISCV] Add intrinsics for vfmv.f.s and vfmv.s.f

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 17 02:16:07 PST 2020


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

Use defvar to simplify code.

Not sure if makes sense to add FromFPR32. This might be the only instruction that goes that direction.


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

https://reviews.llvm.org/D93426

Files:
  llvm/include/llvm/IR/IntrinsicsRISCV.td
  llvm/lib/Target/RISCV/RISCVInstrInfoV.td
  llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td
  llvm/test/CodeGen/RISCV/rvv/vfmv.f.s.ll
  llvm/test/CodeGen/RISCV/rvv/vfmv.s.f-rv32.ll
  llvm/test/CodeGen/RISCV/rvv/vfmv.s.f-rv64.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D93426.312415.patch
Type: text/x-patch
Size: 30898 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201217/8962b31c/attachment.bin>


More information about the llvm-commits mailing list