sabre brings to my attention that the 'tr' suffix is also obsolete
[oota-llvm.git] / test / Transforms / LCSSA / 2007-07-12-LICM-3.ll
1 ; RUN: llvm-as < %s | opt -loop-rotate -licm -loop-unswitch -disable-output
2
3 define i32 @main(i32 %argc, i8** %argv) {
4 entry:
5         br label %bb
6
7 bb:             ; preds = %bb56, %entry
8         br label %bb7
9
10 bb7:            ; preds = %bb7, %bb
11         %tmp39 = load <4 x float>* null         ; <<4 x float>> [#uses=1]
12         %tmp40 = add <4 x float> %tmp39, < float 2.000000e+00, float 3.000000e+00, float 1.000000e+00, float 0.000000e+00 >             ; <<4 x float>> [#uses=1]
13         %tmp43 = add <4 x float> %tmp40, < float 1.000000e+00, float 1.000000e+00, float 0.000000e+00, float 2.000000e+00 >             ; <<4 x float>> [#uses=1]
14         %tmp46 = add <4 x float> %tmp43, < float 3.000000e+00, float 0.000000e+00, float 2.000000e+00, float 4.000000e+00 >             ; <<4 x float>> [#uses=1]
15         %tmp49 = add <4 x float> %tmp46, < float 0.000000e+00, float 4.000000e+00, float 6.000000e+00, float 1.000000e+00 >             ; <<4 x float>> [#uses=1]
16         store <4 x float> %tmp49, <4 x float>* null
17         br i1 false, label %bb7, label %bb56
18
19 bb56:           ; preds = %bb7
20         br i1 false, label %bb, label %bb64
21
22 bb64:           ; preds = %bb56
23         ret i32 0
24 }