[X86] Remove unused declaration getTileStoreShape (NFC)
This commit is contained in:
parent
f8f5f1b3a4
commit
bfc8f76e60
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue