[PATCH] D99050: [RISCV] Remove unused SchedWrites WriteFConv32/WriteFConv64/WriteFMov32/WriteFMov64.
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 22 20:42:21 PDT 2021
This revision was automatically updated to reflect the committed changes.
Closed by commit rG8db4804da710: [RISCV] Remove unused SchedWrites WriteFConv32/WriteFConv64/WriteFMov32/WriteFM… (authored by craig.topper).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D99050/new/
https://reviews.llvm.org/D99050
Files:
llvm/lib/Target/RISCV/RISCVSchedule.td
Index: llvm/lib/Target/RISCV/RISCVSchedule.td
===================================================================
--- llvm/lib/Target/RISCV/RISCVSchedule.td
+++ llvm/lib/Target/RISCV/RISCVSchedule.td
@@ -67,8 +67,6 @@
def WriteFCvtF32ToF64 : SchedWrite;
def WriteFCvtF64ToF32 : SchedWrite;
-def WriteFConv32 : SchedWrite; // 32-bit floating point convert
-def WriteFConv64 : SchedWrite; // 64-bit floating point convert
def WriteFClass32 : SchedWrite; // 32-bit floating point classify
def WriteFClass64 : SchedWrite; // 64-bit floating point classify
def WriteFCmp32 : SchedWrite; // 32-bit floating point compare
@@ -83,8 +81,6 @@
def WriteFMovF64ToI64 : SchedWrite; // RV64I only
def WriteFMovI64ToF64 : SchedWrite; // RV64I only
-def WriteFMov32 : SchedWrite; // 32-bit floating point move
-def WriteFMov64 : SchedWrite; // 64-bit floating point move
def WriteFLD32 : SchedWrite; // Floating point sp load
def WriteFLD64 : SchedWrite; // Floating point dp load
def WriteFST32 : SchedWrite; // Floating point sp store
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D99050.332511.patch
Type: text/x-patch
Size: 1128 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210323/062120d5/attachment.bin>
More information about the llvm-commits
mailing list