[X86] Remove unused declaration getTileStoreShape (NFC)
authorKazu Hirata <kazu@google.com>
Sat, 1 Jan 2022 00:06:19 +0000 (16:06 -0800)
committerKazu Hirata <kazu@google.com>
Sat, 1 Jan 2022 00:06:19 +0000 (16:06 -0800)
llvm/lib/Target/X86/X86FastTileConfig.cpp

index 47874e8..061fff5 100644 (file)
@@ -56,8 +56,6 @@ public:
   bool isTileLoad(MachineInstr &MI);
   bool isTileStore(MachineInstr &MI);
   bool isAMXInstr(MachineInstr &MI);
-  void getTileStoreShape(MachineInstr &MI,
-                         SmallVector<MachineOperand *> &ShapedTiles);
 
   MachineInstr *getKeyAMXInstr(MachineInstr *MI);
   void getTileShapesCfg(MachineInstr *MI,