1 ; RUN: opt -reassociate -disable-output < %s
5 define fastcc i32 @test1() nounwind {
7 %cond = select i1 undef, i32 1, i32 -1 ; <i32> [#uses=2]
10 for.cond: ; preds = %for.body, %entry
11 %sub889 = sub i32 undef, undef ; <i32> [#uses=1]
12 %sub891 = sub i32 %sub889, %cond ; <i32> [#uses=0]
13 %add896 = sub i32 0, %cond ; <i32> [#uses=0]
18 define i32 @test2() nounwind ssp {
20 %0 = load i32, i32* undef, align 4
21 %1 = mul nsw i32 undef, %0
22 %2 = mul nsw i32 undef, %0
23 %3 = add nsw i32 undef, %1
24 %4 = add nsw i32 %3, %2
25 %5 = add nsw i32 %4, 4
27 %7 = add nsw i32 %5, %6
31 %8 = add nsw i32 undef, %1
36 define i32 @test3(i32 %Arg, i32 %x1, i32 %x2, i32 %x3) {
37 %A = mul i32 %x1, %Arg
38 %B = mul i32 %Arg, %x2 ;; Part of add operation being factored, also used by C
48 define void @x66303361ae3f602889d1b7d0f86e5455(i8* %arg) nounwind {
52 _33: ; preds = %_33, %_
53 %tmp348 = load i8, i8* %arg, align 1
54 %tmp349 = lshr i8 %tmp348, 7
55 %tmp350 = or i8 %tmp349, 42
56 %tmp351 = add i8 %tmp350, -42
57 %tmp352 = zext i8 %tmp351 to i32
58 %tmp358 = add i32 %tmp352, -501049439
59 %tmp359 = mul i32 %tmp358, %tmp358
60 %tmp360 = mul i32 %tmp352, %tmp352
61 %tmp361 = sub i32 %tmp359, %tmp360
62 %tmp362 = mul i32 %tmp361, -920056735
63 %tmp363 = add i32 %tmp362, 501049439
64 %tmp364 = add i32 %tmp362, -2000262972
65 %tmp365 = sub i32 %tmp363, %tmp364
66 %tmp366 = sub i32 -501049439, %tmp362
67 %tmp367 = add i32 %tmp365, %tmp366
71 define void @test(i32 %a, i32 %b, i32 %c, i32 %d) {
72 %tmp.2 = xor i32 %a, %b ; <i32> [#uses=1]
73 %tmp.5 = xor i32 %c, %d ; <i32> [#uses=1]
74 %tmp.6 = xor i32 %tmp.2, %tmp.5 ; <i32> [#uses=1]
75 %tmp.9 = xor i32 %c, %a ; <i32> [#uses=1]
76 %tmp.12 = xor i32 %b, %d ; <i32> [#uses=1]
77 %tmp.13 = xor i32 %tmp.9, %tmp.12 ; <i32> [#uses=1]
78 %tmp.16 = xor i32 %tmp.6, %tmp.13 ; <i32> [#uses=0]
87 define void @infinite_loop() {
91 %x = phi i32 [undef, %entry], [%x, %loop]
100 %z2 = add i32 %y2, %y2
103 %y3 = add i32 %y3, %y3
107 %y4 = add i32 %y4, %y4
108 %z4 = add i32 %y4, %y4
113 define void @pr13185(i16 %p) {
117 for.cond: ; preds = %for.cond, %entry
118 %x.0 = phi i32 [ undef, %entry ], [ %conv, %for.cond ]
119 %conv = zext i16 %p to i32
124 @a = external global i8
125 define i8 @f0(i8 %x) {
126 %t0 = load i8, i8* @a
128 %t2 = mul i8 %t1, %t1
129 %t3 = mul i8 %t2, %t2
131 %t5 = mul i8 %t4, %t4
133 %t7 = mul i8 %t6, %t0
137 define i32 @sozefx_(i32 %x, i32 %y) {
139 %t1 = mul i32 %t0, %t0
140 %t2 = mul i32 %x, %t0
141 %t3 = mul i32 %t1, %t1
142 %t4 = add i32 %t2, %t3
144 %t6 = add i32 %t4, %t5
148 define i32 @bar(i32 %arg, i32 %arg1, i32 %arg2) {
149 %tmp1 = mul i32 %arg1, 2
150 %tmp2 = mul i32 %tmp1, 3
151 %tmp3 = mul i32 %arg2, 2
152 %tmp4 = add i32 %tmp1, 1 ; dead code
153 %ret = add i32 %tmp2, %tmp3
158 define i8 @hang(i8 %p, i8 %p0, i8 %p1, i8 %p2, i8 %p3, i8 %p4, i8 %p5, i8 %p6, i8 %p7, i8 %p8, i8 %p9) {
159 %tmp = zext i1 false to i8
160 %tmp16 = or i8 %tmp, 1
161 %tmp22 = or i8 %p7, %p0
162 %tmp23 = or i8 %tmp16, %tmp22
163 %tmp28 = or i8 %p9, %p1
164 %tmp31 = or i8 %tmp23, %p2
165 %tmp32 = or i8 %tmp31, %tmp28
166 %tmp38 = or i8 %p8, %p3
167 %tmp39 = or i8 %tmp16, %tmp38
168 %tmp43 = or i8 %tmp39, %p4
169 %tmp44 = or i8 %tmp43, 1
170 %tmp47 = or i8 %tmp32, %p5
171 %tmp50 = or i8 %tmp47, %p6
172 %tmp51 = or i8 %tmp44, %tmp50