Displaying 2 results from an estimated 2 matches for "call31".
Did you mean:
call1
2012 Jul 15
0
[LLVMdev] Issue with Machine Verifier and earlyclobber
...000
%mul24 = fmul float %mul22, %call
%call26 = tail call float @dcos(float %mul14) nounwind readnone
%mul27 = fmul float %mul24, %call26
%add28 = fadd float %sub20, %mul27
%call29 = tail call float @dsin(float %add11) nounwind readnone
%mul30 = fmul float %call29, 0x3FF0AB6960000000
%call31 = tail call float @dasin(float %mul30) nounwind readnone
%add32 = fadd float %call31, %add28
ret float %add32
}
declare float @dsin(float) nounwind readnone
declare float @dcos(float) nounwind readnone
declare float @dasin(float) nounwind readnone
You will get the following error:
*** Bad ma...
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