Displaying 3 results from an estimated 3 matches for "true5".
Did you mean:
true
2018 Jun 29
2
Cleaning up ‘br i1 false’ cases in CodeGenPrepare
...16, i8* nonnull %source219.sub63) #5
%call = tail call i32 @getsize(i8* %py_grp) #5
%tobool = icmp ne i8* %py_src, null
%conv = sext i32 %call to i64
br i1 %tobool, label %if.then, label %if.end
if.then: ; preds = %entry
br i1 false, label %cond.true5.i, label %if.end.thread53
cond.true5.i: ; preds = %if.then
%0 = trunc i64 %conv to i32
%cmp6.i = icmp ugt i32 %0, 16
br i1 %cmp6.i, label %cond.true5.i26.thread, label %cond.true5.i26.thread59
cond.true5.i26.thread59: ; preds =...
2012 Aug 20
2
[LLVMdev] How to eliminate PHI nodes on pointer types?
...; preds = %false, %true
%phi.in.reg2mem.0 = phi double* [ @s, %false ], [ %ss, %true ]
%phi = load double* %phi.in.reg2mem.0
store double %phi, double* %news
%isTConnected4 = load i32* %isTConnected
%1 = icmp eq i32 %isTConnected4, 0
br i1 %1, label %false6, label %true5
true5: ; preds = %end
br label %end7
false6: ; preds = %end
br label %end7
end7: ; preds = %false6, %true5
%phi9.in.reg2mem.0 = phi double* [ @t, %false6 ], [...
2012 Aug 20
0
[LLVMdev] How to eliminate PHI nodes on pointer types?
...rue
> %phi.in.reg2mem.0 = phi double* [ @s, %false ], [ %ss, %true ]
> %phi = load double* %phi.in.reg2mem.0
> store double %phi, double* %news
> %isTConnected4 = load i32* %isTConnected
> %1 = icmp eq i32 %isTConnected4, 0
> br i1 %1, label %false6, label %true5
>
> true5: ; preds = %end
> br label %end7
>
> false6: ; preds = %end
> br label %end7
>
> end7: ; preds = %false6, %true5
> %phi9....