diff options
author | Evan Cheng <evan.cheng@apple.com> | 2010-09-23 06:55:34 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2010-09-23 06:55:34 +0000 |
commit | 794aaa79e2104a158b59e9aab8f8dbe8b47cde2e (patch) | |
tree | fc761d5fd4c7286a60854de215e5f38e90826db4 /llvm/test/CodeGen/X86/tail-opts.ll | |
parent | 66c8cd2b3258cc781a0f483a479fb94052ba35db (diff) | |
download | bcm5719-llvm-794aaa79e2104a158b59e9aab8f8dbe8b47cde2e.tar.gz bcm5719-llvm-794aaa79e2104a158b59e9aab8f8dbe8b47cde2e.zip |
Disable codegen prepare critical edge splitting. Machine instruction passes now
break critical edges on demand.
llvm-svn: 114633
Diffstat (limited to 'llvm/test/CodeGen/X86/tail-opts.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/tail-opts.ll | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/llvm/test/CodeGen/X86/tail-opts.ll b/llvm/test/CodeGen/X86/tail-opts.ll index 66e6f5095fe..f546ac44e22 100644 --- a/llvm/test/CodeGen/X86/tail-opts.ll +++ b/llvm/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 |