summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/tail-opts.ll
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2010-09-30 20:51:52 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2010-09-30 20:51:52 +0000
commit7eb589d3f9294dbfe4d5205045bd8119a9666532 (patch)
treed104abc0103d8709e1fd4fa545f06027ec8b8ff8 /test/CodeGen/X86/tail-opts.ll
parentf9764fa14fc6e168956bd53e696e8aa4e7b5d42e (diff)
downloadexternal_llvm-7eb589d3f9294dbfe4d5205045bd8119a9666532.zip
external_llvm-7eb589d3f9294dbfe4d5205045bd8119a9666532.tar.gz
external_llvm-7eb589d3f9294dbfe4d5205045bd8119a9666532.tar.bz2
Try again to disable critical edge splitting in CodeGenPrepare.
The bug that broke i386 linux has been fixed in r115191. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115204 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/tail-opts.ll')
-rw-r--r--test/CodeGen/X86/tail-opts.ll15
1 files changed, 6 insertions, 9 deletions
diff --git a/test/CodeGen/X86/tail-opts.ll b/test/CodeGen/X86/tail-opts.ll
index 66e6f50..f546ac4 100644
--- a/test/CodeGen/X86/tail-opts.ll
+++ b/test/CodeGen/X86/tail-opts.ll
@@ -153,19 +153,16 @@ bb30:
; an unconditional jump to complete a two-way conditional branch.
; CHECK: c_expand_expr_stmt:
-; CHECK: jmp .LBB3_7
-; CHECK-NEXT: .LBB3_12:
+; CHECK: jmp .LBB3_11
+; CHECK-NEXT: .LBB3_9:
; CHECK-NEXT: movq 8(%rax), %rax
+; CHECK-NEXT: xorb %dl, %dl
; CHECK-NEXT: movb 16(%rax), %al
; CHECK-NEXT: cmpb $16, %al
-; CHECK-NEXT: je .LBB3_6
+; CHECK-NEXT: je .LBB3_11
; CHECK-NEXT: cmpb $23, %al
-; CHECK-NEXT: je .LBB3_6
-; CHECK-NEXT: jmp .LBB3_15
-; CHECK-NEXT: .LBB3_14:
-; CHECK-NEXT: cmpb $23, %bl
-; CHECK-NEXT: jne .LBB3_15
-; CHECK-NEXT: .LBB3_15:
+; CHECK-NEXT: jne .LBB3_14
+; CHECK-NEXT: .LBB3_11:
%0 = type { %struct.rtx_def* }
%struct.lang_decl = type opaque