Displaying 1 result from an estimated 1 matches for "updatefor_2".
2011 Mar 16
5
[LLVMdev] Bug in opt
...alloca i32 ,align 4
%tmp_2 = add i32 0,0
store i32 %tmp_2 ,i32* %i
%tmp_3 = add i32 0,100000000
store i32 %tmp_3 ,i32* %max
%tmp_4 = add i32 0,0
store i32 %tmp_4 ,i32* %n
br label %initfor_1
initfor_1:
%tmp_5 = add i32 0,0
store i32 %tmp_5 ,i32* %i
br label %testfor_3
updatefor_2:
%tmp_6 = load i32* %i
%tmp_7 = add i32 0,1
%tmp_8 = add i32 %tmp_6 ,%tmp_7
store i32 %tmp_8 ,i32* %i
br label %testfor_3
testfor_3:
%tmp_9 = load i32* %i
%tmp_10 = load i32* %max
%tmp_11 = icmp slt i32 %tmp_9 ,%tmp_10
br i1 %tmp_11 ,label %bodyfor_4,label %endfor_5...