search for: joinphi

Displaying 1 result from an estimated 1 matches for "joinphi".

Did you mean: join_i
2005 May 19
1
[LLVMdev] Re: Preferring cast over seteq with 0
...ol %tmp.53, label %join, label %then.3 then.3: ; preds = %entry %tmp.59 = cast ushort %tmp.52 to int ; <int> [#uses=1] %tmp.64 = add int %tmp.59, 48 ; <int> [#uses=1] br label %join join: ; preds = %then.3, %entry %joinPHI = phi int [ %tmp.64, %then.3 ], [ 64, %entry ] ; <int> [#uses=1] *** %joinPHI.tmp.48 = select bool %tmp.37, int %joinPHI, int 42 ; <int> [#uses=1] ret int %joinPHI.tmp.48 }