diff options
author | Jim Grosbach <grosbach@apple.com> | 2011-10-05 20:44:29 +0000 |
---|---|---|
committer | Jim Grosbach <grosbach@apple.com> | 2011-10-05 20:44:29 +0000 |
commit | e2999b48998508ac426a9c2d67db55a6ca4b4fde (patch) | |
tree | ccf0c511d33827a2dff4a310f917b12c6ffea914 /test/Transforms | |
parent | d2ed2d71c95462a6b14e7c7c8c82cb727ed342eb (diff) | |
download | external_llvm-e2999b48998508ac426a9c2d67db55a6ca4b4fde.zip external_llvm-e2999b48998508ac426a9c2d67db55a6ca4b4fde.tar.gz external_llvm-e2999b48998508ac426a9c2d67db55a6ca4b4fde.tar.bz2 |
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')
-rw-r--r-- | test/Transforms/InstCombine/2010-11-01-lshr-mask.ll | 4 |
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 a2590b4..441d5f9 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 |