[RISCV] Remove unused variable AllFloatVectorsExceptFP16. NFC.

This commit is contained in:
Jim Lin
2025-07-01 13:55:18 +08:00
parent 67be4fe3d5
commit b5f4fd03c2

View File

@@ -401,7 +401,6 @@ defset list<VTypeInfo> AllVectors = {
} }
} }
defvar AllFloatVectorsExceptFP16 = !filter(vti, AllFloatVectors, !ne(vti.Scalar, f16));
defvar AllFP16Vectors = !filter(vti, AllFloatVectors, !eq(vti.Scalar, f16)); defvar AllFP16Vectors = !filter(vti, AllFloatVectors, !eq(vti.Scalar, f16));
// This functor is used to obtain the int vector type that has the same SEW and // This functor is used to obtain the int vector type that has the same SEW and