Christopher Lamb | 59eada5 | 2007-08-10 22:20:57 +0000 | [diff] [blame] | 1 | ; RUN: llvm-as < %s | llc -march=x86 | grep {movsbl} |
Christopher Lamb | 0a7c866 | 2007-08-10 21:48:46 +0000 | [diff] [blame] | 2 | |
3 | @X = global i32 0 ; <i32*> [#uses=1] | ||||
4 | |||||
5 | define i8 @_Z3fooi(i32 %x) signext { | ||||
6 | entry: | ||||
7 | store i32 %x, i32* @X, align 4 | ||||
8 | %retval67 = trunc i32 %x to i8 ; <i8> [#uses=1] | ||||
9 | ret i8 %retval67 | ||||
10 | } |