[PATCH] D115997: [RISCV] Support strict FP conversion operations.

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Dec 18 13:29:19 PST 2021


craig.topper created this revision.
craig.topper added reviewers: asb, luismarques, arcbbb, frasercrmck, HsiangKai, jrtc27.
Herald added subscribers: VincentWu, luke957, achieveartificialintelligence, StephenFan, vkmr, evandro, apazos, sameer.abuasal, s.egerton, Jim, benna, psnobl, jocewei, PkmX, the_o, brucehoult, MartinMosbeck, rogfer01, edward-jones, zzheng, kito-cheng, niosHD, sabuasal, simoncook, johnrusso, rbar, hiraditya.
craig.topper requested review of this revision.
Herald added a subscriber: MaskRay.
Herald added a project: LLVM.

This adds support for strict conversions between fp types and between
integer and fp.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D115997

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/lib/Target/RISCV/RISCVInstrInfoZfh.td
  llvm/test/CodeGen/RISCV/double-convert-strict.ll
  llvm/test/CodeGen/RISCV/float-convert-strict.ll
  llvm/test/CodeGen/RISCV/half-convert-strict.ll
  llvm/test/CodeGen/RISCV/rv64d-double-convert-strict.ll
  llvm/test/CodeGen/RISCV/rv64f-float-convert-strict.ll
  llvm/test/CodeGen/RISCV/rv64f-half-convert-strict.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D115997.395310.patch
Type: text/x-patch
Size: 113412 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211218/a12c0b95/attachment-0001.bin>


More information about the llvm-commits mailing list