search for: increment_i

Displaying 1 result from an estimated 1 matches for "increment_i".

2012 Dec 03
2
[LLVMdev] Which transform passes to apply?
...ing createInstructionCombiningPass() and createDeadCodeEliminationPass() looks like: define void @jitcv_sum_64sf1001(%Matrix* %src, %Matrix* %dst, i32 %len) { entry: br label %loop_i loop_i: ; preds = %loop_i_end, %entry %i = phi i32 [ 0, %entry ], [ %increment_i, %loop_i_end ] %0 = getelementptr inbounds %Matrix* %dst, i32 0, i32 2 %dst_columns = load i32* %0 *%dst_yRem = urem i32 %i, %dst_columns %dst_y = urem i32 %i, %dst_columns %1 = sub i32 %i, %dst_y %2 = add i32 %1, %dst_yRem* %3 = getelementptr inbounds %Matrix* %src, i32 0, i32 0 %4...