We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 842e591 commit 700ac56Copy full SHA for 700ac56
llvm/lib/Target/X86/X86LowerTileCopy.cpp
@@ -75,6 +75,8 @@ bool X86LowerTileCopy::runOnMachineFunction(MachineFunction &MF) {
75
return false;
76
77
const X86Subtarget &ST = MF.getSubtarget<X86Subtarget>();
78
+ if (!ST.hasAMXTILE())
79
+ return false;
80
const X86InstrInfo *TII = ST.getInstrInfo();
81
const TargetRegisterInfo *TRI = ST.getRegisterInfo();
82
BitVector GR64Regs =
0 commit comments