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 7db61b5 commit c8c985cCopy full SHA for c8c985c
llvm/lib/Target/AMDGPU/AMDGPUMarkLastScratchLoad.cpp
@@ -79,10 +79,7 @@ bool AMDGPUMarkLastScratchLoad::runOnMachineFunction(MachineFunction &MF) {
79
bool Changed = false;
80
81
for (auto &[SS, LI] : *LS) {
82
- LLVM_DEBUG(dbgs() << "Checking interval: " << LI << "\n");
83
-
84
for (const LiveRange::Segment &Segment : LI.segments) {
85
- LLVM_DEBUG(dbgs() << " Checking segment: " << Segment << "\n");
86
87
// Ignore segments that run to the end of basic block because in this case
88
// slot is still live at the end of it.
0 commit comments