[PATCH] D75729: [RISCV] Select +0.0 immediate using fmv.{w,d}.x / fcvt.d.w

Roger Ferrer Ibanez via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 11 14:42:02 PDT 2020


rogfer01 updated this revision to Diff 249753.
rogfer01 retitled this revision from "[RISCV] Select +0.0 immediate using fcvt.{d,s}.{x,w} fN, x0" to "[RISCV] Select +0.0 immediate using fmv.{w,d}.x / fcvt.d.w".
rogfer01 edited the summary of this revision.
rogfer01 added a comment.

ChangeLog:

- Use `fmv.{w,d}.x` / `fcvt.d.w` instead


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

https://reviews.llvm.org/D75729

Files:
  llvm/lib/Target/RISCV/RISCVISelLowering.cpp
  llvm/lib/Target/RISCV/RISCVISelLowering.h
  llvm/lib/Target/RISCV/RISCVInstrInfoD.td
  llvm/lib/Target/RISCV/RISCVInstrInfoF.td
  llvm/test/CodeGen/RISCV/double-arith.ll
  llvm/test/CodeGen/RISCV/float-arith.ll
  llvm/test/CodeGen/RISCV/float-br-fcmp.ll
  llvm/test/CodeGen/RISCV/fp-imm.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D75729.249753.patch
Type: text/x-patch
Size: 14840 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200311/5b9c2ce8/attachment.bin>


More information about the llvm-commits mailing list