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

Robert Lytton robert at xmos.com
Tue Jul 16 10:58:15 PDT 2013


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

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130716/81108974/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: patch
Type: application/octet-stream
Size: 1629 bytes
Desc: patch
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130716/81108974/attachment.obj>


More information about the llvm-commits mailing list