Displaying 1 result from an estimated 1 matches for "tmp_5".
Did you mean:
tmp5
2011 Mar 16
5
[LLVMdev] Bug in opt
...align 4
%i = alloca i32 ,align 4
%max = alloca i32 ,align 4
%n = 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 = ic...