[llvm-branch-commits] [AMDGPU] Enable aliases in InstPrinter (PR #171265)

Matt Arsenault via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Wed Dec 10 06:12:31 PST 2025


================
@@ -1120,7 +1120,7 @@ define amdgpu_kernel void @test_umax_ugt_i64(ptr addrspace(1) %out, i64 %a, i64
 ; SI-NEXT:    s_mov_b32 s4, s0
 ; SI-NEXT:    v_mov_b32_e32 v0, s8
 ; SI-NEXT:    v_mov_b32_e32 v1, s9
-; SI-NEXT:    v_cmp_gt_u64_e32 vcc, s[2:3], v[0:1]
+; SI-NEXT:    V_CMP_GT_U64 vcc, s[2:3], v[0:1]
----------------
arsenm wrote:

We definitely don't want to switch to all caps instruction names 

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


More information about the llvm-branch-commits mailing list