Displaying 3 results from an estimated 3 matches for "bb114".
Did you mean:
bbb14
2009 Mar 17
2
[LLVMdev] PHIs with Same Basic Block Listed Twice
Dear All,
I have, in an LLVM bitcode program, the following phi node:
%iftmp.225.0 = phi i8* [ getelementptr ([10 x i8]* @.str12597431, i32 0,
i32 0), %bb114 ], [ getelementptr ([10 x i8]* @.str1258, i32 0, i32 0),
%bb111 ], [ getelementptr ([10 x i8]* @.str1258, i32 0, i32 0), %bb111 ]
This phi instruction has two arguments for the same incoming basic
block. The only reason why it passes verification right now is because
the same constant expression...
2009 Mar 17
0
[LLVMdev] PHIs with Same Basic Block Listed Twice
On Mar 17, 2009, at 11:37 AMPDT, John Criswell wrote:
> Dear All,
>
> I have, in an LLVM bitcode program, the following phi node:
>
> %iftmp.225.0 = phi i8* [ getelementptr ([10 x i8]* @.str12597431,
> i32 0,
> i32 0), %bb114 ], [ getelementptr ([10 x i8]* @.str1258, i32 0, i32
> 0),
> %bb111 ], [ getelementptr ([10 x i8]* @.str1258, i32 0, i32 0),
> %bb111 ]
>
> This phi instruction has two arguments for the same incoming basic
> block. The only reason why it passes verification right now is
&g...
2013 Feb 14
1
[LLVMdev] LiveIntervals analysis problem
...add90.pn.i, %nexp.0.i
%add111.i = add nsw i32 %prec.0.i, 1
br label %donchr.i
if.end112.i: ; preds = %nxtcom.i
switch i32 %conv16.i, label %error.i [
i32 122, label %donchr.i
i32 69, label %expnt.i
i32 101, label %expnt.i
i32 46, label %sw.bb114.i
i32 45, label %sw.bb119.i
i32 43, label %sw.bb124.i
i32 44, label %daldone.i
i32 32, label %daldone.i
i32 0, label %daldone.i
i32 10, label %daldone.i
i32 13, label %daldone.i
i32 105, label %infinite.i
i32 73, label %infinite.i
]
sw.bb114.i:...