summaryrefslogtreecommitdiff
path: root/test/CodeGen/Generic/2006-04-28-Sign-extend-bool.ll
blob: 068d6807b81cdf63974a9f5879caaaa83c7273eb (plain)
1
2
3
4
5
6
7
8
9
10
; RUN: llvm-upgrade < %s | llvm-as | 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
}