diff options
author | Cameron Zwarich <zwarich@apple.com> | 2011-03-11 21:52:04 +0000 |
---|---|---|
committer | Cameron Zwarich <zwarich@apple.com> | 2011-03-11 21:52:04 +0000 |
commit | 899eaa35696bb0a9a625acd70a14876834af6cc5 (patch) | |
tree | 3184b26965b0e0ef67ba636e90fa72e4a555b7a6 /test/CodeGen/X86/zext-extract_subreg.ll | |
parent | 53aac15a607d66926e586c7fc57634f6be4ef443 (diff) | |
download | external_llvm-899eaa35696bb0a9a625acd70a14876834af6cc5.zip external_llvm-899eaa35696bb0a9a625acd70a14876834af6cc5.tar.gz external_llvm-899eaa35696bb0a9a625acd70a14876834af6cc5.tar.bz2 |
Roll r127459 back in:
Optimize trivial branches in CodeGenPrepare, which often get created from the
lowering of objectsize intrinsics. Unfortunately, a number of tests were relying
on llc not optimizing trivial branches, so I had to add an option to allow them
to continue to test what they originally tested.
This fixes <rdar://problem/8785296> and <rdar://problem/9112893>.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127498 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/zext-extract_subreg.ll')
-rw-r--r-- | test/CodeGen/X86/zext-extract_subreg.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/X86/zext-extract_subreg.ll b/test/CodeGen/X86/zext-extract_subreg.ll index e61e880..4f1dde3 100644 --- a/test/CodeGen/X86/zext-extract_subreg.ll +++ b/test/CodeGen/X86/zext-extract_subreg.ll @@ -13,6 +13,7 @@ if.end: ; preds = %if.end.i ; CHECK: %if.end ; CHECK: movl (%{{.*}}), [[REG:%[a-z]+]] ; CHECK-NOT: movl [[REG]], [[REG]] +; CHECK-NEXT: testl [[REG]], [[REG]] ; CHECK-NEXT: xorb %tmp138 = select i1 undef, i32 0, i32 %tmp7.i %tmp867 = zext i32 %tmp138 to i64 |