[llvm] bfc8f76 - [X86] Remove unused declaration getTileStoreShape (NFC)

Kazu Hirata via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 31 16:06:30 PST 2021


Author: Kazu Hirata
Date: 2021-12-31T16:06:19-08:00
New Revision: bfc8f76e60a8efd920dbd6efc4467ffb6de15919

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

LOG: [X86] Remove unused declaration getTileStoreShape (NFC)

Added: 
    

Modified: 
    llvm/lib/Target/X86/X86FastTileConfig.cpp

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Target/X86/X86FastTileConfig.cpp b/llvm/lib/Target/X86/X86FastTileConfig.cpp
index 47874e82ff3b3..061fff50bcea0 100644
--- a/llvm/lib/Target/X86/X86FastTileConfig.cpp
+++ b/llvm/lib/Target/X86/X86FastTileConfig.cpp
@@ -56,8 +56,6 @@ class X86FastTileConfig : public MachineFunctionPass {
   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,


        


More information about the llvm-commits mailing list