[X86] Remove unused declaration getTileStoreShape (NFC)

This commit is contained in:
Kazu Hirata 2021-12-31 16:06:19 -08:00
parent f8f5f1b3a4
commit bfc8f76e60
1 changed files with 0 additions and 2 deletions

View File

@ -56,8 +56,6 @@ public:
bool isTileLoad(MachineInstr &MI); bool isTileLoad(MachineInstr &MI);
bool isTileStore(MachineInstr &MI); bool isTileStore(MachineInstr &MI);
bool isAMXInstr(MachineInstr &MI); bool isAMXInstr(MachineInstr &MI);
void getTileStoreShape(MachineInstr &MI,
SmallVector<MachineOperand *> &ShapedTiles);
MachineInstr *getKeyAMXInstr(MachineInstr *MI); MachineInstr *getKeyAMXInstr(MachineInstr *MI);
void getTileShapesCfg(MachineInstr *MI, void getTileShapesCfg(MachineInstr *MI,