[PATCH] D94165: [RISCV] Set dependency on floating point CSRs, 3/3
Serge Pavlov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 6 02:43:52 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 unary operations.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D94165
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/double-convert.ll
llvm/test/CodeGen/RISCV/float-arith.ll
llvm/test/CodeGen/RISCV/float-convert.ll
llvm/test/CodeGen/RISCV/half-arith.ll
llvm/test/CodeGen/RISCV/half-convert.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D94165.314834.patch
Type: text/x-patch
Size: 39463 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210106/7d9a1f55/attachment-0001.bin>
More information about the llvm-commits
mailing list