[llvm] 3c5f337 - [Mips] Remove unused tablegen class. NFC

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Sat Nov 16 22:23:49 PST 2024


Author: Craig Topper
Date: 2024-11-16T21:42:18-08:00
New Revision: 3c5f33717cc596df286c6439419b84db599681f9

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

LOG: [Mips] Remove unused tablegen class. NFC

Added: 
    

Modified: 
    llvm/lib/Target/Mips/MipsMSAInstrInfo.td

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Target/Mips/MipsMSAInstrInfo.td b/llvm/lib/Target/Mips/MipsMSAInstrInfo.td
index 80a9bff8ba1a17..db9748ffb4f608 100644
--- a/llvm/lib/Target/Mips/MipsMSAInstrInfo.td
+++ b/llvm/lib/Target/Mips/MipsMSAInstrInfo.td
@@ -229,12 +229,6 @@ def vsplati64_elt : PatFrag<(ops node:$v, node:$i),
                             (MipsVSHF (vsplati64_splat_d node:$i),
                                       node:$v, node:$v)>;
 
-class SplatPatLeaf<Operand opclass, dag frag, code pred = [{}],
-                   SDNodeXForm xform = NOOP_SDNodeXForm>
-  : PatLeaf<frag, pred, xform> {
-  Operand OpClass = opclass;
-}
-
 class SplatComplexPattern<Operand opclass, ValueType ty, int numops, string fn,
                           list<SDNode> roots = [],
                           list<SDNodeProperty> props = []> :


        


More information about the llvm-commits mailing list