[llvm] b5f4fd0 - [RISCV] Remove unused variable AllFloatVectorsExceptFP16. NFC.

Jim Lin via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 1 01:21:57 PDT 2025


Author: Jim Lin
Date: 2025-07-01T16:21:41+08:00
New Revision: b5f4fd03c2cc05f6df33cf571ae1c90fb2169fff

URL: https://github.com/llvm/llvm-project/commit/b5f4fd03c2cc05f6df33cf571ae1c90fb2169fff
DIFF: https://github.com/llvm/llvm-project/commit/b5f4fd03c2cc05f6df33cf571ae1c90fb2169fff.diff

LOG: [RISCV] Remove unused variable AllFloatVectorsExceptFP16. NFC.

Added: 
    

Modified: 
    llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td b/llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td
index 1c9242ddad56f..9fecd4794fad4 100644
--- a/llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td
+++ b/llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td
@@ -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));
 
 // This functor is used to obtain the int vector type that has the same SEW and


        


More information about the llvm-commits mailing list