summaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/2010-11-01-lshr-mask.ll
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2011-10-05 20:44:29 +0000
committerJim Grosbach <grosbach@apple.com>2011-10-05 20:44:29 +0000
commite2999b48998508ac426a9c2d67db55a6ca4b4fde (patch)
treeccf0c511d33827a2dff4a310f917b12c6ffea914 /test/Transforms/InstCombine/2010-11-01-lshr-mask.ll
parentd2ed2d71c95462a6b14e7c7c8c82cb727ed342eb (diff)
downloadllvm-e2999b48998508ac426a9c2d67db55a6ca4b4fde.tar.gz
llvm-e2999b48998508ac426a9c2d67db55a6ca4b4fde.tar.bz2
llvm-e2999b48998508ac426a9c2d67db55a6ca4b4fde.tar.xz
Revert 141203. InstCombine is looping on unit tests.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141209 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/InstCombine/2010-11-01-lshr-mask.ll')
-rw-r--r--test/Transforms/InstCombine/2010-11-01-lshr-mask.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Transforms/InstCombine/2010-11-01-lshr-mask.ll b/test/Transforms/InstCombine/2010-11-01-lshr-mask.ll
index a2590b4eb8..441d5f9b0b 100644
--- a/test/Transforms/InstCombine/2010-11-01-lshr-mask.ll
+++ b/test/Transforms/InstCombine/2010-11-01-lshr-mask.ll
@@ -5,8 +5,8 @@
define i32 @main(i32 %argc) nounwind ssp {
entry:
%tmp3151 = trunc i32 %argc to i8
-; CHECK: %0 = shl i8 %tmp3151, 5
-; CHECK: and i8 %0, 64
+; CHECK: %tmp3162 = shl i8 %tmp3151, 5
+; CHECK: and i8 %tmp3162, 64
; CHECK-NOT: shl
; CHECK-NOT: shr
%tmp3161 = or i8 %tmp3151, -17