Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AMDGPU][NFC] Update comment referring to SIRemoveShortExecBranches pass #109756

Merged

Conversation

ritter-x2a
Copy link
Member

That pass no longer exists, since 5df2af8 has merged it into SIPreEmitPeephole.

That pass no longer exists, since
5df2af8 has merged it into
SIPreEmitPeephole.
@ritter-x2a ritter-x2a self-assigned this Sep 24, 2024
@llvmbot
Copy link
Member

llvmbot commented Sep 24, 2024

@llvm/pr-subscribers-backend-amdgpu

Author: Fabian Ritter (ritter-x2a)

Changes

That pass no longer exists, since 5df2af8 has merged it into SIPreEmitPeephole.


Full diff: https://github.com/llvm/llvm-project/pull/109756.diff

1 Files Affected:

  • (modified) llvm/lib/Target/AMDGPU/SILowerControlFlow.cpp (+1-1)
diff --git a/llvm/lib/Target/AMDGPU/SILowerControlFlow.cpp b/llvm/lib/Target/AMDGPU/SILowerControlFlow.cpp
index 99c7d2b306789a..5b74022457c261 100644
--- a/llvm/lib/Target/AMDGPU/SILowerControlFlow.cpp
+++ b/llvm/lib/Target/AMDGPU/SILowerControlFlow.cpp
@@ -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));
 

@ritter-x2a ritter-x2a merged commit 3dbd929 into llvm:main Sep 24, 2024
10 checks passed
@ritter-x2a ritter-x2a deleted the remove-ref-to-SIRemoveShortExecBranches branch September 24, 2024 07:46
augusto2112 pushed a commit to augusto2112/llvm-project that referenced this pull request Sep 26, 2024
…ass (llvm#109756)

That pass no longer exists, since
5df2af8 has merged it into
SIPreEmitPeephole.
xgupta pushed a commit to xgupta/llvm-project that referenced this pull request Oct 4, 2024
…ass (llvm#109756)

That pass no longer exists, since
5df2af8 has merged it into
SIPreEmitPeephole.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants