Displaying 1 result from an estimated 1 matches for "cond71".
Did you mean:
cond1
2011 Oct 28
0
[LLVMdev] Induction variables and partial unrolling
Currently, when a loop with loads or stores is partially unrolled, the
generated code ends up looking like:
for.body74: ; preds = %for.body74,
%for.cond71.preheader
%indvars.iv = phi i64 [ 0, %for.cond71.preheader ], [ %
indvars.iv.next.9, %for.body74 ]
...
%indvars.iv.next.1 = add i64 %indvars.iv, 2
%arrayidx78.2 = getelementptr inbounds [200 x [200 x double]]* @a, i64
0, i64 %indvars.iv10, i64 %indvars.iv.next.1
...
%indvars.iv.next.2 = add...