search for: dst_data

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

Did you mean: st_data
2012 Dec 03
2
[LLVMdev] Which transform passes to apply?
...tptr inbounds %Matrix* %src, i32 0, i32 0 %4 = load i8** %3 %src_data = bitcast i8* %4 to double* %5 = getelementptr double* %src_data, i32 %2 %6 = load double* %5 *%accumulate = fadd double %6, 0.000000e+00* %7 = getelementptr inbounds %Matrix* %dst, i32 0, i32 0 %8 = load i8** %7 %dst_data = bitcast i8* %8 to double* %9 = getelementptr double* %dst_data, i32 %i store double %accumulate, double* %9 br label %loop_i_end loop_i_end: ; preds = %loop_i %increment_i = add i32 %i, 1 %loop_i_test = icmp eq i32 %increment_i, %len br i1 %loop_...