search for: bb2_0

Displaying 2 results from an estimated 2 matches for "bb2_0".

Did you mean: bb20
2011 Oct 13
0
[LLVMdev] BasicBlock succ iterator
...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: ; No predecessors! br label %bb3_0 fun 1_subloop_0 bb3_0 bb3_0: ; preds = %bb4_0, %bb2_0, %bb1_0 %t3_0 = load i32* %7, align 4 %t4_0 = getelementptr inbounds [2 x i32]* %10, i32 0, i32 %t3...
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: