Skip to content

Commit

Permalink
[AMDGPU][NFC] Update comment referring to SIRemoveShortExecBranches p…
Browse files Browse the repository at this point in the history
…ass (llvm#109756)

That pass no longer exists, since
5df2af8 has merged it into
SIPreEmitPeephole.
  • Loading branch information
ritter-x2a authored Sep 24, 2024
1 parent 5cd0900 commit 3dbd929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/lib/Target/AMDGPU/SILowerControlFlow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ void SILowerControlFlow::emitIf(MachineInstr &MI) {
I = skipToUncondBrOrEnd(MBB, I);

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

Expand Down

0 comments on commit 3dbd929

Please sign in to comment.