[PATCH] D121774: [RISCV] support fcmp in zfinx,zdinx,zhinx

QIHAN CAI via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 16 00:42:00 PDT 2022


realqhc created this revision.
Herald added subscribers: VincentWu, luke957, vkmr, frasercrmck, evandro, luismarques, apazos, sameer.abuasal, s.egerton, Jim, benna, psnobl, jocewei, PkmX, the_o, brucehoult, MartinMosbeck, rogfer01, edward-jones, zzheng, jrtc27, kito-cheng, niosHD, sabuasal, simoncook, johnrusso, rbar, asb, hiraditya, arichardson.
Herald added a project: All.
realqhc requested review of this revision.
Herald added subscribers: llvm-commits, pcwang-thead, eopXD, MaskRay.
Herald added a project: LLVM.

add support of fcmp in zfinx and its double and half instructions. Co-Author: @liaolucy @s


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D121774

Files:
  llvm/lib/Target/RISCV/RISCVISelLowering.cpp
  llvm/lib/Target/RISCV/RISCVInstrFormats.td
  llvm/lib/Target/RISCV/RISCVInstrInfoD.td
  llvm/lib/Target/RISCV/RISCVInstrInfoF.td
  llvm/lib/Target/RISCV/RISCVInstrInfoZfh.td
  llvm/test/CodeGen/RISCV/double-fcmp.ll
  llvm/test/CodeGen/RISCV/float-fcmp.ll
  llvm/test/CodeGen/RISCV/half-fcmp.ll
  llvm/test/CodeGen/RISCV/subtarget-features-std-ext.ll
  llvm/test/CodeGen/RISCV/target-abi-invalid.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D121774.415714.patch
Type: text/x-patch
Size: 42832 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220316/7c6aaeaa/attachment.bin>


More information about the llvm-commits mailing list