aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Generic/2006-04-28-Sign-extend-bool.ll
blob: 719c66d552e3f422f6c51cf2d6100d7c15ef7965 (plain)
1
2
3
4
5
6
7
8
9
10
; RUN: llvm-as < %s | llc

int %test(int %tmp93) {
	%tmp98 = shl int %tmp93, ubyte 31		; <int> [#uses=1]
	%tmp99 = shr int %tmp98, ubyte 31		; <int> [#uses=1]
	%tmp99 = cast int %tmp99 to sbyte		; <sbyte> [#uses=1]
	%tmp99100 = cast sbyte %tmp99 to int		; <int> [#uses=1]
	ret int %tmp99100
}