search for: call8

Displaying 6 results from an estimated 6 matches for "call8".

Did you mean: call
2016 Feb 11
3
Expected constant simplification not happening
...%f6.i = getelementptr inbounds i8, i8* %arrayidx.i, i64 8 %cond.in.v.i = select i1 %cmp.i, i8* %f6.i, i8* %f7.i %cond.in.i = bitcast i8* %cond.in.v.i to i8* (%struct._foo*, i32, i8*)** %cond.i = load i8* (%struct._foo*, i32, i8*)*, i8* (%struct._foo*, i32, i8*)** %cond.in.i, align 8 %call8.i = tail call i8* %cond.i(%struct._foo* %obj, i32 2298949, i8* %value) #1 %inc = add nuw nsw i32 %i.04, 1 %exitcond = icmp eq i32 %inc, 100 br i1 %exitcond, label %for.end.loopexit, label %call.exit for.end.loopexit: ; preds = %call.exit %call8.i.lcssa...
2016 Dec 07
1
Expected constant simplification not happening
...i64 8 > %cond.in.v.i = select i1 %cmp.i, i8* %f6.i, i8* %f7.i > %cond.in.i = bitcast i8* %cond.in.v.i to i8* (%struct._foo*, i32, > i8*)** > %cond.i = load i8* (%struct._foo*, i32, i8*)*, i8* > (%struct._foo*, i32, i8*)** %cond.in.i, align 8 > %call8.i = tail call i8* %cond.i(%struct._foo* %obj, i32 2298949, > i8* %value) #1 > %inc = add nuw nsw i32 %i.04, 1 > %exitcond = icmp eq i32 %inc, 100 > br i1 %exitcond, label %for.end.loopexit, label %call.exit > > for.end.loopexit:...
2012 Jul 15
0
[LLVMdev] Issue with Machine Verifier and earlyclobber
...0x3E81B35CC0000000 %sub = fsub float 0x3FFEA235C0000000, %mul3 %call = tail call float @dsin(float %add2) nounwind readnone %mul4 = fmul float %sub, %call %mul5 = fmul float %days, 0x3E27C04CA0000000 %sub6 = fsub float 0x3F94790B80000000, %mul5 %mul7 = fmul float %add2, 2.000000e+00 %call8 = tail call float @dsin(float %mul7) nounwind readnone %mul9 = fmul float %sub6, %call8 %add10 = fadd float %mul4, %mul9 %add11 = fadd float %add, %add10 %mul12 = fmul float %days, 0x3E13C5B640000000 %sub13 = fsub float 0x3F911C1180000000, %mul12 %mul14 = fmul float %add, 2.000000e+00...
2012 Jul 15
2
[LLVMdev] Issue with Machine Verifier and earlyclobber
On Jul 15, 2012, at 9:20 AM, Borja Ferrer <borja.ferav at gmail.com> wrote: > Jakob, one more hint, I've placed some asserts around the code you added and noticed that the InlineSpiller::insertReload() function is not being called. > > 2012/7/14 Borja Ferrer <borja.ferav at gmail.com> > Hello Jakob, > > I'm still getting the error, I can give you any other
2014 Jan 14
2
[LLVMdev] Question About the LLVM IR unnamed values!
...rintf(i8* getelementptr inbounds ([14 x i8]* @.str2, i32 0, i32 0), i32* %e) %call6 = call i32 (i8*, ...)* @printf(i8* getelementptr inbounds ([14 x i8]* @.str, i32 0, i32 0), i32* %d) %call7 = call i32 (i8*, ...)* @printf(i8* getelementptr inbounds ([14 x i8]* @.str, i32 0, i32 0), i32* %g) %call8 = call i32 (i8*, ...)* @printf(i8* getelementptr inbounds ([14 x i8]* @.str, i32 0, i32 0), i32* %f) ret i32 0 } ​ the "add" instructions all have names like "%add", "%add1",etc.But the "load" instruction all use "%n". ​ ​is that means the unname...
2018 Aug 23
2
[RFC] "Properly" Derive Function/Argument/Parameter Attributes
...* %w0) %call4 = call i32* @external_ret2_nrw(i32* %r0, i32* %r1, i32* %w0) %call5 = call i32* @external_ret2_nrw(i32* %r1, i32* %r0, i32* %w0) %call6 = call i32* @external_sink_ret2_nrw(i32* %r0, i32* %r1, i32* %w0) %call7 = call i32* @external_sink_ret2_nrw(i32* %r1, i32* %r0, i32* %w0) %call8 = call i32* @internal_ret0_nw(i32* %r1, i32* %w0) br label %return return: ; preds = %if.end, %if.then %retval.0 = phi i32* [ %call8, %if.end ], [ %r1, %if.then ] ret i32* %retval.0 } ; Function Attrs: noinline nounwind uwtable define dso_local i32*...