summaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/shift.ll
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-08-27 23:15:21 +0000
committerChris Lattner <sabre@nondot.org>2010-08-27 23:15:21 +0000
commit11493aa47114c1992a195c3b9f9902cff11d1542 (patch)
treed5b3a1f387e94e1f2151568c22d918d364456f39 /test/Transforms/InstCombine/shift.ll
parent58fff61a573ae81a55cec066583038c3ac941eda (diff)
downloadllvm-11493aa47114c1992a195c3b9f9902cff11d1542.tar.gz
llvm-11493aa47114c1992a195c3b9f9902cff11d1542.tar.bz2
llvm-11493aa47114c1992a195c3b9f9902cff11d1542.tar.xz
tidy up test.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112321 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/InstCombine/shift.ll')
-rw-r--r--test/Transforms/InstCombine/shift.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/shift.ll b/test/Transforms/InstCombine/shift.ll
index 34e1835d74..871e9fe070 100644
--- a/test/Transforms/InstCombine/shift.ll
+++ b/test/Transforms/InstCombine/shift.ll
@@ -420,6 +420,7 @@ entry:
%tmp45 = lshr i128 %ins, 64
ret i128 %tmp45
+; CHECK: @test36
; CHECK: %tmp231 = or i128 %B, %A
; CHECK: %ins = and i128 %tmp231, 18446744073709551615
; CHECK: ret i128 %ins
@@ -435,8 +436,8 @@ entry:
%tmp46 = trunc i128 %tmp45 to i64
ret i64 %tmp46
+; CHECK: @test37
; CHECK: %tmp23 = shl i128 %tmp22, 32
; CHECK: %ins = or i128 %tmp23, %A
; CHECK: %tmp46 = trunc i128 %ins to i64
}
-