Skip to content

Commit 7d593d0

Browse files
Bogdan Graurd0k
authored andcommitted
[amdgpu] Compilation fix for Release
Reviewed By: bkramer Differential Revision: https://reviews.llvm.org/D87838
1 parent c6ebe3f commit 7d593d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/lib/Target/AMDGPU/SIISelLowering.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11536,6 +11536,7 @@ static void lowerSGPRToVGPRCopy(MachineFunction &MF, MachineRegisterInfo &MRI,
1153611536
auto DstReg = MI.getOperand(0).getReg();
1153711537
auto MIB = BuildMI(MBB, MI, MI.getDebugLoc(), TII.get(Opcode), DstReg)
1153811538
.add(MI.getOperand(1));
11539+
(void)MIB;
1153911540
LLVM_DEBUG(dbgs() << " to: " << *MIB.getInstr());
1154011541
MI.eraseFromParent();
1154111542
}

0 commit comments

Comments
 (0)