Skip to content

Commit 902c1b3

Browse files
committed
[RISCV] Remove unused SchedClass WriteVFCvtFToFV. NFC
This isn't bound to any instruction. From the section comment it was for single-width F-to-F conversions, but those don't exist.
1 parent d226244 commit 902c1b3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

llvm/lib/Target/RISCV/RISCVScheduleV.td

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,6 @@ def WriteVFMovV : SchedWrite;
212212
// 13.17. Single-Width Floating-Point/Integer Type-Convert Instructions
213213
def WriteVFCvtIToFV : SchedWrite;
214214
def WriteVFCvtFToIV : SchedWrite;
215-
def WriteVFCvtFToFV : SchedWrite;
216215
// 13.18. Widening Floating-Point/Integer Type-Convert Instructions
217216
def WriteVFWCvtIToFV : SchedWrite;
218217
def WriteVFWCvtFToIV : SchedWrite;
@@ -665,7 +664,6 @@ def : WriteRes<WriteVFMergeV, []>;
665664
def : WriteRes<WriteVFMovV, []>;
666665
def : WriteRes<WriteVFCvtIToFV, []>;
667666
def : WriteRes<WriteVFCvtFToIV, []>;
668-
def : WriteRes<WriteVFCvtFToFV, []>;
669667
def : WriteRes<WriteVFWCvtIToFV, []>;
670668
def : WriteRes<WriteVFWCvtFToIV, []>;
671669
def : WriteRes<WriteVFWCvtFToFV, []>;

0 commit comments

Comments
 (0)