Skip to content

Commit b5f4fd0

Browse files
committed
[RISCV] Remove unused variable AllFloatVectorsExceptFP16. NFC.
1 parent 67be4fe commit b5f4fd0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,6 @@ defset list<VTypeInfo> AllVectors = {
401401
}
402402
}
403403

404-
defvar AllFloatVectorsExceptFP16 = !filter(vti, AllFloatVectors, !ne(vti.Scalar, f16));
405404
defvar AllFP16Vectors = !filter(vti, AllFloatVectors, !eq(vti.Scalar, f16));
406405

407406
// This functor is used to obtain the int vector type that has the same SEW and

0 commit comments

Comments
 (0)