[PATCH] D41071: [RISCV] implemented assembler pseudo floating point instructions

Mario Werner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 11 08:24:58 PST 2017


niosHD created this revision.
Herald added subscribers: sabuasal, apazos, jordy.potman.lists, simoncook, johnrusso, rbar.

Adds the assembler aliases for the floating point instructions
which can be mapped to a single canonical instruction. The missing
pseudo instructions (flw, fld, fsw, fsd) are marked as TODO. Other
things, like for example PCREL_LO, have to be implemented first.

This patch builds upon https://reviews.llvm.org/D40902.


https://reviews.llvm.org/D41071

Files:
  lib/Target/RISCV/RISCVInstrInfoD.td
  lib/Target/RISCV/RISCVInstrInfoF.td
  test/MC/RISCV/rvd-aliases-valid.s
  test/MC/RISCV/rvf-aliases-valid.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D41071.126372.patch
Type: text/x-patch
Size: 7486 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171211/11470bdd/attachment.bin>


More information about the llvm-commits mailing list