[PATCH] D59699: [RISCV] Add seto pattern expansion

Luís Marques via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 28 04:20:10 PDT 2019


luismarques updated this revision to Diff 192603.
luismarques retitled this revision from "[RISCV] Optimize selection of fcmp one and fcmp ord" to "[RISCV] Add seto pattern expansion".
luismarques edited the summary of this revision.
luismarques added a comment.

Changed the patch to add a pattern expansion for `seto`, as nicely spotted and suggested by @rogfer01


Repository:
  rL LLVM

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

https://reviews.llvm.org/D59699

Files:
  lib/Target/RISCV/RISCVISelLowering.cpp
  lib/Target/RISCV/RISCVInstrInfoD.td
  lib/Target/RISCV/RISCVInstrInfoF.td
  test/CodeGen/RISCV/double-br-fcmp.ll
  test/CodeGen/RISCV/double-fcmp.ll
  test/CodeGen/RISCV/double-select-fcmp.ll
  test/CodeGen/RISCV/float-br-fcmp.ll
  test/CodeGen/RISCV/float-fcmp.ll
  test/CodeGen/RISCV/float-select-fcmp.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D59699.192603.patch
Type: text/x-patch
Size: 10018 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190328/46eecedf/attachment.bin>


More information about the llvm-commits mailing list