Skip to content

Commit 3dbd929

Browse files
authored
[AMDGPU][NFC] Update comment referring to SIRemoveShortExecBranches pass (#109756)
That pass no longer exists, since 5df2af8 has merged it into SIPreEmitPeephole.
1 parent 5cd0900 commit 3dbd929

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/AMDGPU/SILowerControlFlow.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ void SILowerControlFlow::emitIf(MachineInstr &MI) {
270270
I = skipToUncondBrOrEnd(MBB, I);
271271

272272
// Insert the S_CBRANCH_EXECZ instruction which will be optimized later
273-
// during SIRemoveShortExecBranches.
273+
// during SIPreEmitPeephole.
274274
MachineInstr *NewBr = BuildMI(MBB, I, DL, TII->get(AMDGPU::S_CBRANCH_EXECZ))
275275
.add(MI.getOperand(2));
276276

0 commit comments

Comments
 (0)