Displaying 2 results from an estimated 2 matches for "t19_1".
Did you mean:
t19_w
2011 Oct 13
0
[LLVMdev] BasicBlock succ iterator
...; preds = %bb4_1
br i1 undef, label %bb1_1, label %bb2_1
fun 1_subloop_1 bb1_1
bb1_1: ; preds = %bb_1
%t15_1 = load i32* %7, align 4
%t16_1 = getelementptr inbounds [2 x i32]* %10, i32 0, i32 %t15_1
%t17_1 = load i32* %t16_1, align 4
%t19_1 = mul nsw i32 %t17_1, undef
%t19_1_64 = sext i32 %t19_1 to i64
call void @sync_produce(i64 %t19_1_64, i32 0)
store i32 %t19_1, i32* @p, align 4
br label %bb3_1
fun 1_subloop_1 bb2_1
bb2_1: ; preds = %bb_1
store i32 1, i32* @p, align 4...
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: