search for: ffiffi

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

Did you mean: diffi
2012 Aug 20
2
[LLVMdev] How to eliminate PHI nodes on pointer types?
...ses rely on everything being in pure SSA form. One more note, this particular optimization problem only seems to occur in llvm 2.8, not 3.0 - though I can't say for sure whether it never happens in 3.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 %fa...
2012 Aug 20
0
[LLVMdev] How to eliminate PHI nodes on pointer types?
...orm... > > One more note, this particular optimization problem only seems to occur > in llvm 2.8, not 3.0 - though I can't say for sure whether it never > happens in 3.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 %isSConne...