Skip to content

Commit 39d1bd8

Browse files
committed
[RISCV] Remove unused VPseudo tablegen class. NFC
I think this was once used for whole register move pseudos that we deleted a while ago.
1 parent dc72a93 commit 39d1bd8

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -770,13 +770,6 @@ class GetVRegNoV0<VReg VRegClass> {
770770
true : VRegClass);
771771
}
772772

773-
class VPseudo<Instruction instr, LMULInfo m, dag outs, dag ins, int sew = 0> :
774-
Pseudo<outs, ins, []>, RISCVVPseudo {
775-
let BaseInstr = instr;
776-
let VLMul = m.value;
777-
let SEW = sew;
778-
}
779-
780773
class GetVTypePredicates<VTypeInfo vti> {
781774
list<Predicate> Predicates = !cond(!eq(vti.Scalar, f16) : [HasVInstructionsF16],
782775
!eq(vti.Scalar, bf16) : [HasVInstructionsBF16Minimal],

0 commit comments

Comments
 (0)