Fix part 1 of pr4682. PICADD is a 16-bit instruction even in thumb2 mode.
[llvm/avr.git] / test / CodeGen / Generic / 2004-05-09-LiveVarPartialRegister.ll
blob1f58ce11fe71a2be5d2e0bacf3e1683fde638d4b
1 ; RUN: llvm-as < %s | llc
2 @global_long_1 = linkonce global i64 7          ; <i64*> [#uses=1]
3 @global_long_2 = linkonce global i64 49         ; <i64*> [#uses=1]
5 define i32 @main() {
6         %l1 = load i64* @global_long_1          ; <i64> [#uses=1]
7         %l2 = load i64* @global_long_2          ; <i64> [#uses=1]
8         %cond = icmp sle i64 %l1, %l2           ; <i1> [#uses=1]
9         %cast2 = zext i1 %cond to i32           ; <i32> [#uses=1]
10         %RV = sub i32 1, %cast2         ; <i32> [#uses=1]
11         ret i32 %RV