search for: issconnected1

Displaying 2 results from an estimated 2 matches for "issconnected1".

Did you mean: issconnected
2012 Aug 20
2
[LLVMdev] How to eliminate PHI nodes on pointer types?
....0. Here's an example from the compiled code: define private void @"vop_bindST at FFIFFI"(double* %news, double* %ss, i32* %isSConnected, double* %newt, double* %tt, i32* %isTConnected) nounwind alwaysinline { entry: %"reg2mem alloca point" = bitcast i32 0 to i32 %isSConnected1 = load i32* %isSConnected %0 = icmp eq i32 %isSConnected1, 0 br i1 %0, label %false, label %true true: ; preds = %entry br label %end false: ; preds = %entry br label %end end:...
2012 Aug 20
0
[LLVMdev] How to eliminate PHI nodes on pointer types?
...mpiled code: > > > define private void @"vop_bindST at FFIFFI"(double* %news, double* %ss, > i32* %isSConnected, double* %newt, double* %tt, i32* %isTConnected) > nounwind alwaysinline { > entry: > %"reg2mem alloca point" = bitcast i32 0 to i32 > %isSConnected1 = load i32* %isSConnected > %0 = icmp eq i32 %isSConnected1, 0 > br i1 %0, label %false, label %true > > true: ; preds = %entry > br label %end > > false: ; preds = %entry >...