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 6423c90 commit 47ca7f1Copy full SHA for 47ca7f1
llvm/lib/Target/X86/X86LowerTileCopy.cpp
@@ -79,8 +79,6 @@ bool X86LowerTileCopy::runOnMachineFunction(MachineFunction &MF) {
79
const TargetRegisterInfo *TRI = ST.getRegisterInfo();
80
BitVector GR64Regs =
81
TRI->getAllocatableSet(MF, TRI->getRegClass(X86::GR64RegClassID));
82
- BitVector TILERegs =
83
- TRI->getAllocatableSet(MF, TRI->getRegClass(X86::TILERegClassID));
84
bool Changed = false;
85
86
for (MachineBasicBlock &MBB : MF) {
0 commit comments