[PATCH] D94164: [RISCV] Set dependency on floating point CSRs, 2/3

Serge Pavlov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 6 02:41:36 PST 2021


sepavloff created this revision.
sepavloff added reviewers: asb, Hsiang-Kai, craig.topper, jrtc27.
Herald added subscribers: frasercrmck, NickHung, evandro, luismarques, apazos, sameer.abuasal, pzheng, s.egerton, lenary, Jim, benna, psnobl, jocewei, PkmX, the_o, brucehoult, MartinMosbeck, rogfer01, edward-jones, zzheng, shiva0217, kito-cheng, niosHD, sabuasal, simoncook, johnrusso, rbar, hiraditya.
sepavloff requested review of this revision.
Herald added a subscriber: MaskRay.
Herald added a project: LLVM.

This change continues implementation of implicit defs/uses for FP
instructions. It implements the support for binary operations.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D94164

Files:
  llvm/lib/Target/RISCV/RISCVInstrInfoD.td
  llvm/lib/Target/RISCV/RISCVInstrInfoF.td
  llvm/lib/Target/RISCV/RISCVInstrInfoZfh.td
  llvm/test/CodeGen/RISCV/double-arith.ll
  llvm/test/CodeGen/RISCV/float-arith.ll
  llvm/test/CodeGen/RISCV/half-arith.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D94164.314833.patch
Type: text/x-patch
Size: 42283 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210106/a2acfa81/attachment.bin>


More information about the llvm-commits mailing list