summaryrefslogtreecommitdiff
path: root/llvm/test/CodeGen/AMDGPU/atomic_optimizations_global_pointer.ll
diff options
context:
space:
mode:
authorAiden Grossman <aidengrossman@google.com>2025-11-23 05:17:45 +0000
committerAiden Grossman <aidengrossman@google.com>2025-11-23 05:17:45 +0000
commitd5f3ab8ec97786476a077b0c8e35c7c337dfddf2 (patch)
tree307b78f3d026ce8cab1cb6b51891fa8fb42587c4 /llvm/test/CodeGen/AMDGPU/atomic_optimizations_global_pointer.ll
parent525e68e9e9a44e88eb88ef2d6f058a482972c989 (diff)
Revert "[RegAlloc] Fix the terminal rule check for interfere with DstReg (#168661)"
This reverts commit 0859ac5866a0228f5607dd329f83f4a9622dedcc. This caused a couple test failures, likely due to a mid-air collision. Reverting for now to get the tree back to green and allow the original author to run UTC/friends and verify the output.
Diffstat (limited to 'llvm/test/CodeGen/AMDGPU/atomic_optimizations_global_pointer.ll')
-rw-r--r--llvm/test/CodeGen/AMDGPU/atomic_optimizations_global_pointer.ll16
1 files changed, 8 insertions, 8 deletions
diff --git a/llvm/test/CodeGen/AMDGPU/atomic_optimizations_global_pointer.ll b/llvm/test/CodeGen/AMDGPU/atomic_optimizations_global_pointer.ll
index 50e28a7245db..88e3c86c791d 100644
--- a/llvm/test/CodeGen/AMDGPU/atomic_optimizations_global_pointer.ll
+++ b/llvm/test/CodeGen/AMDGPU/atomic_optimizations_global_pointer.ll
@@ -2147,12 +2147,12 @@ define amdgpu_kernel void @add_i64_uniform(ptr addrspace(1) %out, ptr addrspace(
; GFX1164-NEXT: v_readfirstlane_b32 s3, v1
; GFX1164-NEXT: v_readfirstlane_b32 s2, v0
; GFX1164-NEXT: s_delay_alu instid0(VALU_DEP_1) | instskip(SKIP_3) | instid1(VALU_DEP_1)
-; GFX1164-NEXT: v_mad_u64_u32 v[0:1], null, s4, v2, s[2:3]
+; GFX1164-NEXT: v_mad_u64_u32 v[3:4], null, s4, v2, s[2:3]
; GFX1164-NEXT: s_mov_b32 s3, 0x31016000
; GFX1164-NEXT: s_mov_b32 s2, -1
-; GFX1164-NEXT: v_mad_u64_u32 v[3:4], null, s5, v2, v[1:2]
-; GFX1164-NEXT: v_mov_b32_e32 v1, v3
-; GFX1164-NEXT: buffer_store_b64 v[0:1], off, s[0:3], 0
+; GFX1164-NEXT: v_mov_b32_e32 v0, v4
+; GFX1164-NEXT: v_mad_u64_u32 v[4:5], null, s5, v2, v[0:1]
+; GFX1164-NEXT: buffer_store_b64 v[3:4], off, s[0:3], 0
; GFX1164-NEXT: s_endpgm
;
; GFX1132-LABEL: add_i64_uniform:
@@ -2190,12 +2190,12 @@ define amdgpu_kernel void @add_i64_uniform(ptr addrspace(1) %out, ptr addrspace(
; GFX1132-NEXT: v_readfirstlane_b32 s3, v1
; GFX1132-NEXT: v_readfirstlane_b32 s2, v0
; GFX1132-NEXT: s_delay_alu instid0(VALU_DEP_1) | instskip(SKIP_3) | instid1(VALU_DEP_1)
-; GFX1132-NEXT: v_mad_u64_u32 v[0:1], null, s4, v2, s[2:3]
+; GFX1132-NEXT: v_mad_u64_u32 v[3:4], null, s4, v2, s[2:3]
; GFX1132-NEXT: s_mov_b32 s3, 0x31016000
; GFX1132-NEXT: s_mov_b32 s2, -1
-; GFX1132-NEXT: v_mad_u64_u32 v[3:4], null, s5, v2, v[1:2]
-; GFX1132-NEXT: v_mov_b32_e32 v1, v3
-; GFX1132-NEXT: buffer_store_b64 v[0:1], off, s[0:3], 0
+; GFX1132-NEXT: v_mov_b32_e32 v0, v4
+; GFX1132-NEXT: v_mad_u64_u32 v[4:5], null, s5, v2, v[0:1]
+; GFX1132-NEXT: buffer_store_b64 v[3:4], off, s[0:3], 0
; GFX1132-NEXT: s_endpgm
;
; GFX1264-LABEL: add_i64_uniform: