Displaying 2 results from an estimated 2 matches for "armselectcallop".
2015 Sep 11
2
Invalid instruction generated on armV4
...rating this instruction :
https://github.com/rust-lang/llvm/blob/168f91ce5cbf8933e47f339911f0f46a48714852/lib/Target/ARM/ARMFastISel.cpp#L2395 <https://github.com/rust-lang/llvm/blob/168f91ce5cbf8933e47f339911f0f46a48714852/lib/Target/ARM/ARMFastISel.cpp#L2395>
UseReg variable is true causing ARMSelectCallOp function to set a BLX instruction that is not supported on armv4 :-(
Could you help me to solve this ?
Many thanks
Frédéric.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150911/1c727852/attachment.htm...
2015 Sep 11
3
Invalid instruction generated on armV4
...s instruction :
> https://github.com/rust-lang/llvm/blob/168f91ce5cbf8933e47f339911f0f46a48714852/lib/Target/ARM/ARMFastISel.cpp#L2395 <https://github.com/rust-lang/llvm/blob/168f91ce5cbf8933e47f339911f0f46a48714852/lib/Target/ARM/ARMFastISel.cpp#L2395>
> UseReg variable is true causing ARMSelectCallOp function to set a BLX instruction that is not supported on armv4 :-(
>
> Could you help me to solve this ?
>
> Many thanks
>
> Frédéric.
>
>
> _______________________________________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org <mailt...