search for: copyparams

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

2009 Dec 07
4
[LLVMdev] 2.6 JIT using wrong address for external functions
...'t readily figure out what I changed to break it. tia, -n define i64 @"extern::427433251261"(%struct.ContextFrame* %context, i64* nocapture %params, i64 %paramCount) { entry: %correctParamCount = icmp eq i64 %paramCount, 0 ; <i1> [#uses=1] br i1 %correctParamCount, label %copyParams, label %invalidParams copyParams: ; preds = %entry %tmp4.i.i.i.i.i = tail call i64 @ContextFrame_getInt64Value(%struct.ContextFrame* %context, i32 0, i64 726) nounwind readonly ; <i64> [#uses=1] %tmp23.i.i.i.i.i = sitofp i64 %tmp4.i.i.i.i.i to double...
2009 Dec 07
0
[LLVMdev] 2.6 JIT using wrong address for external functions
...reak it. > > tia, > -n > > > define i64 @"extern::427433251261"(%struct.ContextFrame* %context, i64* > nocapture %params, i64 %paramCount) { > entry: >  %correctParamCount = icmp eq i64 %paramCount, 0 ; <i1> [#uses=1] >  br i1 %correctParamCount, label %copyParams, label %invalidParams > > copyParams:                                       ; preds = %entry >  %tmp4.i.i.i.i.i = tail call i64 > @ContextFrame_getInt64Value(%struct.ContextFrame* %context, i32 0, i64 > 726) nounwind readonly ; <i64> [#uses=1] >  %tmp23.i.i.i.i.i = sitofp i6...