Skip to content

Commit 9627d9e

Browse files
committed
Remove dead SelectFPImm ComplexPattern
1 parent e5fdd8a commit 9627d9e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,8 +241,6 @@ def VLOpFrag : PatFrag<(ops), (XLenVT (VLOp (XLenVT AVL:$vl)))>;
241241
// This must be kept in sync with RISCV::VLMaxSentinel.
242242
def VLMax : OutPatFrag<(ops), (XLenVT -1)>;
243243

244-
def SelectFPImm : ComplexPattern<fAny, 1, "selectFPImm", [], [], 1>;
245-
246244
// List of EEW.
247245
defvar EEWList = [8, 16, 32, 64];
248246

0 commit comments

Comments
 (0)