[PATCH] D53237: [RISCV] Implement RV64D codegen

Alex Bradbury via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 12 18:42:41 PDT 2018


asb created this revision.
asb added reviewers: apazos, sabuasal.
Herald added subscribers: jocewei, PkmX, rkruppe, the_o, brucehoult, MartinMosbeck, rogfer01, mgrang, edward-jones, zzheng, shiva0217, kito-cheng, niosHD, simoncook, johnrusso, rbar, qcolombet.

Compared to RV64F, supporting RV64D is very straight-forward. This patch introduces the necessary instruction patterns, as well as adding support to the custom selection code for catching producing double-precision FCVT.


https://reviews.llvm.org/D53237

Files:
  lib/Target/RISCV/RISCVISelDAGToDAG.cpp
  lib/Target/RISCV/RISCVISelLowering.cpp
  lib/Target/RISCV/RISCVInstrInfoD.td
  test/CodeGen/RISCV/double-arith.ll
  test/CodeGen/RISCV/double-br-fcmp.ll
  test/CodeGen/RISCV/double-convert.ll
  test/CodeGen/RISCV/double-fcmp.ll
  test/CodeGen/RISCV/double-imm.ll
  test/CodeGen/RISCV/double-intrinsics.ll
  test/CodeGen/RISCV/double-mem.ll
  test/CodeGen/RISCV/double-select-fcmp.ll
  test/CodeGen/RISCV/double-stack-spill-restore.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53237.169533.patch
Type: text/x-patch
Size: 57281 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181013/ddf8d06b/attachment.bin>


More information about the llvm-commits mailing list