Displaying 1 result from an estimated 1 matches for "selecttrue".
2004 Jun 22
3
[LLVMdev] Linearscan allocator bug?
...yte] c"Boolean Not: %d %d %d %d %d %d\0A\00" ; <[32 x sbyte]*> [#uses=3]
implementation ; Functions:
declare int %printf(sbyte*, ...)
void %testBooleanNot(int %A, int %B, int %C, int %D) {
entry:
%tmp.3 = setlt int %A, 1 ; <bool> [#uses=1]
br bool %tmp.3, label %entry.selecttrue, label %entry.selectcont
entry.selecttrue: ; preds = %entry
br label %entry.selectcont
entry.selectcont: ; preds = %entry.selecttrue, %entry
phi bool [ true, %entry.selecttrue ], [ false, %entry ] ; <bool>:0 [#uses=1]
%tmp.4 = cast bool %0 to int ; <int> [#uses=2]
br label %sh...