Displaying 2 results from an estimated 2 matches for "bb4_0".
Did you mean:
bb3_0
2011 Oct 13
0
[LLVMdev] BasicBlock succ iterator
..., align 8
call void @showValue(i64 %t_val)
%6 = trunc i64 %t_val to i32
%7 = inttoptr i64 %t_val to i32*
%8 = getelementptr i64* %1, i64 2
%a_val = load i64* %8, align 8
call void @showValue(i64 %a_val)
%9 = trunc i64 %a_val to i32
%10 = inttoptr i64 %a_val to [2 x i32]*
br label %bb4_0
fun 1_subloop_0 bb1_0
bb1_0: ; No predecessors!
%c0 = call i64 @sync_consume(i32 0)
%c0_val = trunc i64 %c0 to i32
%t18_0 = load i32* @p, align 4
br label %bb3_0
fun 1_subloop_0 bb2_0
bb2_0:...
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: