xcore emitEpilogue() losing "%R0<imp-use>"

Richard Osborne richard at xmos.com
Wed Jul 17 04:00:48 PDT 2013


On 16/07/13 18:58, Robert Lytton wrote:
> Hi Richard
>
> Here is a test & fix fora bug in the xcore emitEpilogue() that meant 
> the return register was being lost viz:
>     RETSP_u6 2, %SP<imp-def>, %SP<imp-use>
> instead of:
>     RETSP_u6 2, %SP<imp-def>, %SP<imp-use>, %R0<imp-use>
>
> robert
>
Looks good to me, applied in r186500

Thanks,

Richard

-- 
Richard Osborne | XMOS
http://www.xmos.com

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130717/88810043/attachment.html>


More information about the llvm-commits mailing list