[llvm] [AMDGPU] Unused sdst writing to null (PR #133229)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 27 19:05:21 PDT 2025
================
@@ -39,7 +39,8 @@ define amdgpu_ps void @v_add_u64(ptr addrspace(1) %out, i64 %a, i64 %b) {
; GCN-LABEL: v_add_u64:
; GCN: ; %bb.0: ; %entry
; GCN-NEXT: v_add_co_u32 v2, vcc_lo, v2, v4
-; GCN-NEXT: v_add_co_ci_u32_e32 v3, vcc_lo, v3, v5, vcc_lo
+; GCN-NEXT: s_delay_alu instid0(VALU_DEP_1)
----------------
arsenm wrote:
Adds an extra instruction, is this really better?
https://github.com/llvm/llvm-project/pull/133229
More information about the llvm-commits
mailing list