Displaying 2 results from an estimated 2 matches for "correctparamcount".
2009 Dec 07
4
[LLVMdev] 2.6 JIT using wrong address for external functions
...? I'm
using 2.6 on Solaris10/x64 if it matters.
This has been working for about two months and I can'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) n...
2009 Dec 07
0
[LLVMdev] 2.6 JIT using wrong address for external functions
...;
> This has been working for about two months and I can'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* %cont...