Displaying 2 results from an estimated 2 matches for "t12_0".
Did you mean:
t12_w
2011 Oct 13
0
[LLVMdev] BasicBlock succ iterator
..._0 = load i32* @sum, align 4
%t7_0 = add nsw i32 %t5_0, %t6_0
store i32 %t7_0, i32* @sum, align 4
%t9_0 = load i32* @sum, align 4
%t10_0 = call i32 (i8*, ...)* @printf(i8* noalias getelementptr inbounds
([4 x i8]* @.str, i32 0, i32 0), i32 %t9_0) nounwind
%t11_0 = load i32* %4, align 4
%t12_0 = add nsw i32 %t11_0, 1
store i32 %t12_0, i32* %4, align 4
br label %bb4_0
fun 1_subloop_0 bb4_0
bb4_0: ; preds = %bb3_0,
%new-entry
%t0_0 = load i32* %4, align 4
%t1_0 = icmp sle i32 %t0_0, 9
br i1 %t1_0, label %bb3_0, label %new-exit...
2011 Oct 13
6
[LLVMdev] BasicBlock succ iterator
Hi, All
I want to implement DSWP Which is used for parallelization of loops. For
this purpose, the loop was replaced with a new basic block in main function.
And new functions were created and basic blocks of Loop assigned to them.I
have checked blocks and branches for Succ and Pred relation and I have not
found any problems.
However I get the following error:
*
**opt: