aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/SystemZ/branch-02.ll
diff options
context:
space:
mode:
authorRichard Sandiford <rsandifo@linux.vnet.ibm.com>2013-05-21 08:53:17 +0000
committerRichard Sandiford <rsandifo@linux.vnet.ibm.com>2013-05-21 08:53:17 +0000
commitaf2a1bebfcef3e3767ef3875957c986e087dd0e8 (patch)
tree7db53aace88819e5a0fee5b3840005e3ccaf1293 /test/CodeGen/SystemZ/branch-02.ll
parentf19b8b018be4b0478f741bf35287db3488fda8d6 (diff)
downloadexternal_llvm-af2a1bebfcef3e3767ef3875957c986e087dd0e8.zip
external_llvm-af2a1bebfcef3e3767ef3875957c986e087dd0e8.tar.gz
external_llvm-af2a1bebfcef3e3767ef3875957c986e087dd0e8.tar.bz2
[SystemZ] Tighten branch tests
After r182274, the branches in these tests must always be short. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@182358 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/SystemZ/branch-02.ll')
-rw-r--r--test/CodeGen/SystemZ/branch-02.ll12
1 files changed, 6 insertions, 6 deletions
diff --git a/test/CodeGen/SystemZ/branch-02.ll b/test/CodeGen/SystemZ/branch-02.ll
index cde9b56..9365f16 100644
--- a/test/CodeGen/SystemZ/branch-02.ll
+++ b/test/CodeGen/SystemZ/branch-02.ll
@@ -8,7 +8,7 @@ define void @f1(i32 *%src, i32 %target) {
; CHECK: .cfi_startproc
; CHECK: .L[[LABEL:.*]]:
; CHECK: c %r3, 0(%r2)
-; CHECK-NEXT: j{{g?}}e .L[[LABEL]]
+; CHECK-NEXT: je .L[[LABEL]]
br label %loop
loop:
%val = load volatile i32 *%src
@@ -23,7 +23,7 @@ define void @f2(i32 *%src, i32 %target) {
; CHECK: .cfi_startproc
; CHECK: .L[[LABEL:.*]]:
; CHECK: c %r3, 0(%r2)
-; CHECK-NEXT: j{{g?}}lh .L[[LABEL]]
+; CHECK-NEXT: jlh .L[[LABEL]]
br label %loop
loop:
%val = load volatile i32 *%src
@@ -38,7 +38,7 @@ define void @f3(i32 *%src, i32 %target) {
; CHECK: .cfi_startproc
; CHECK: .L[[LABEL:.*]]:
; CHECK: c %r3, 0(%r2)
-; CHECK-NEXT: j{{g?}}le .L[[LABEL]]
+; CHECK-NEXT: jle .L[[LABEL]]
br label %loop
loop:
%val = load volatile i32 *%src
@@ -53,7 +53,7 @@ define void @f4(i32 *%src, i32 %target) {
; CHECK: .cfi_startproc
; CHECK: .L[[LABEL:.*]]:
; CHECK: c %r3, 0(%r2)
-; CHECK-NEXT: j{{g?}}l .L[[LABEL]]
+; CHECK-NEXT: jl .L[[LABEL]]
br label %loop
loop:
%val = load volatile i32 *%src
@@ -68,7 +68,7 @@ define void @f5(i32 *%src, i32 %target) {
; CHECK: .cfi_startproc
; CHECK: .L[[LABEL:.*]]:
; CHECK: c %r3, 0(%r2)
-; CHECK-NEXT: j{{g?}}h .L[[LABEL]]
+; CHECK-NEXT: jh .L[[LABEL]]
br label %loop
loop:
%val = load volatile i32 *%src
@@ -83,7 +83,7 @@ define void @f6(i32 *%src, i32 %target) {
; CHECK: .cfi_startproc
; CHECK: .L[[LABEL:.*]]:
; CHECK: c %r3, 0(%r2)
-; CHECK-NEXT: j{{g?}}he .L[[LABEL]]
+; CHECK-NEXT: jhe .L[[LABEL]]
br label %loop
loop:
%val = load volatile i32 *%src