[llvm] AMDGPU: VALU data fast-forwarding needs no s_delay (PR #205481)

Jay Foad via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 28 08:22:00 PDT 2026


================
@@ -369,6 +574,7 @@ class AMDGPUInsertDelayAlu {
       // Ignore some more instructions that do not generate any code.
       switch (MI.getOpcode()) {
       case AMDGPU::SI_RETURN_TO_EPILOG:
+      case AMDGPU::S_SETPC_B64_return:
----------------
jayfoad wrote:

What is this for?

https://github.com/llvm/llvm-project/pull/205481


More information about the llvm-commits mailing list