summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/R600/llvm.AMDGPU.umin.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/R600/llvm.AMDGPU.umin.ll')
-rw-r--r--llvm/test/CodeGen/R600/llvm.AMDGPU.umin.ll6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/R600/llvm.AMDGPU.umin.ll b/llvm/test/CodeGen/R600/llvm.AMDGPU.umin.ll
index 08397f8356c..6b76a2a028e 100644
--- a/llvm/test/CodeGen/R600/llvm.AMDGPU.umin.ll
+++ b/llvm/test/CodeGen/R600/llvm.AMDGPU.umin.ll
@@ -1,6 +1,6 @@
; RUN: llc < %s -march=r600 -mcpu=verde -verify-machineinstrs | FileCheck -check-prefix=SI %s
-; SI-LABEL: @vector_umin
+; SI-LABEL: {{^}}vector_umin:
; SI: V_MIN_U32_e32
define void @vector_umin(i32 %p0, i32 %p1, i32 addrspace(1)* %in) #0 {
main_body:
@@ -11,7 +11,7 @@ main_body:
ret void
}
-; SI-LABEL: @scalar_umin
+; SI-LABEL: {{^}}scalar_umin:
; SI: S_MIN_U32
define void @scalar_umin(i32 %p0, i32 %p1) #0 {
entry:
@@ -21,7 +21,7 @@ entry:
ret void
}
-; SI-LABEL: @trunc_zext_umin
+; SI-LABEL: {{^}}trunc_zext_umin:
; SI: BUFFER_LOAD_UBYTE [[VREG:v[0-9]+]],
; SI: V_MIN_U32_e32 [[RESULT:v[0-9]+]], 0, [[VREG]]
; SI-NOT: AND
OpenPOWER on IntegriCloud