summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AMDGPU/wave32.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/AMDGPU/wave32.ll')
-rw-r--r--llvm/test/CodeGen/AMDGPU/wave32.ll8
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/test/CodeGen/AMDGPU/wave32.ll b/llvm/test/CodeGen/AMDGPU/wave32.ll
index 92808fec360..ce73f9c89db 100644
--- a/llvm/test/CodeGen/AMDGPU/wave32.ll
+++ b/llvm/test/CodeGen/AMDGPU/wave32.ll
@@ -491,10 +491,10 @@ entry:
}
; GCN-LABEL: {{^}}test_br_cc_f16:
-; GFX1032: v_cmp_nlt_f16_e32 vcc_lo,
-; GFX1032-NEXT: s_and_b32 vcc_lo, exec_lo, vcc_lo
-; GFX1064: v_cmp_nlt_f16_e32 vcc,
-; GFX1064-NEXT: s_and_b64 vcc, exec, vcc{{$}}
+; GFX1032: v_cmp_nlt_f16_e32 vcc_lo,
+; GFX1032: s_and_b32 vcc_lo, exec_lo, vcc_lo
+; GFX1064: v_cmp_nlt_f16_e32 vcc,
+; GFX1064: s_and_b64 vcc, exec, vcc{{$}}
; GCN-NEXT: s_cbranch_vccnz
define amdgpu_kernel void @test_br_cc_f16(
half addrspace(1)* %r,
OpenPOWER on IntegriCloud