1 ; RUN: llc < %s -mtriple=armv4t-unknown-linux-gnueabi -disable-cgp-branch-opts -verify-machineinstrs | FileCheck %s
23 ; CHECK: orr{{.*}}#256
29 ; CHECK: mov r0, #-1073741761
35 ; CHECK: mov r0, #1008
39 define void @f7(i32 %a) {
41 ; CHECK: cmp r0, #65536
42 %b = icmp ugt i32 %a, 65536
43 br i1 %b, label %r, label %r
48 define i32 @f8() nounwind {
49 ; Check that constant propagation through (i32)-1 => (float)Nan => (i32)-1
50 ; gives expected result
53 %tmp0 = bitcast i32 -1 to float
54 %tmp1 = bitcast float %tmp0 to i32
58 %t1 = type { <3 x float>, <3 x float> }
60 @const1 = global %t1 { <3 x float> zeroinitializer,
61 <3 x float> <float 1.000000e+00,
63 float 3.000000e+00> }, align 16