@@ -1540,7 +1540,7 @@ bool WaitcntGeneratorPreGFX12::createNewWaitcnt(
15401540 BuildMI (Block, It, DL, TII->get (AMDGPU::S_WAITCNT)).addImm (Enc);
15411541 Modified = true ;
15421542
1543- LLVM_DEBUG (dbgs () << " generateWaitcnt \n " ;
1543+ LLVM_DEBUG (dbgs () << " PreGFX12::createNewWaitcnt \n " ;
15441544 if (It != Block.instr_end ()) dbgs () << " Old Instr: " << *It;
15451545 dbgs () << " New Instr: " << *SWaitInst << ' \n ' );
15461546 }
@@ -1554,7 +1554,7 @@ bool WaitcntGeneratorPreGFX12::createNewWaitcnt(
15541554 .addImm (Wait.StoreCnt );
15551555 Modified = true ;
15561556
1557- LLVM_DEBUG (dbgs () << " generateWaitcnt \n " ;
1557+ LLVM_DEBUG (dbgs () << " PreGFX12::createNewWaitcnt \n " ;
15581558 if (It != Block.instr_end ()) dbgs () << " Old Instr: " << *It;
15591559 dbgs () << " New Instr: " << *SWaitInst << ' \n ' );
15601560 }
@@ -1821,7 +1821,7 @@ bool WaitcntGeneratorGFX12Plus::createNewWaitcnt(
18211821 if (SWaitInst) {
18221822 Modified = true ;
18231823
1824- LLVM_DEBUG (dbgs () << " generateWaitcnt \n " ;
1824+ LLVM_DEBUG (dbgs () << " GFX12Plus::createNewWaitcnt \n " ;
18251825 if (It != Block.instr_end ()) dbgs () << " Old Instr: " << *It;
18261826 dbgs () << " New Instr: " << *SWaitInst << ' \n ' );
18271827 }
@@ -1841,7 +1841,7 @@ bool WaitcntGeneratorGFX12Plus::createNewWaitcnt(
18411841
18421842 Modified = true ;
18431843
1844- LLVM_DEBUG (dbgs () << " generateWaitcnt \n " ;
1844+ LLVM_DEBUG (dbgs () << " GFX12Plus::createNewWaitcnt \n " ;
18451845 if (It != Block.instr_end ()) dbgs () << " Old Instr: " << *It;
18461846 dbgs () << " New Instr: " << *SWaitInst << ' \n ' );
18471847 }
0 commit comments