[llvm-bugs] [Bug 27809] i386: error: ran out of registers during register allocation

via llvm-bugs llvm-bugs at lists.llvm.org
Thu May 19 15:31:31 PDT 2016


https://llvm.org/bugs/show_bug.cgi?id=27809

Quentin Colombet <qcolombet at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |qcolombet at apple.com
         Resolution|---                         |INVALID

--- Comment #3 from Quentin Colombet <qcolombet at apple.com> ---
This message usually means you have over constrained inline asm statement.
I believe the problem here is that we do not have enough register available in
the allocatable space to fill all the argument of the inline asm statement.
I.e., at first glance, I do not think we have a free register for the ebp
register. The fact that is works when you remove it from the reserved set of
register would support that hypothesis.

Therefore, I would resolve this as invalid; you’re asking for infeasible inline
asm.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20160519/daaf4c63/attachment-0001.html>


More information about the llvm-bugs mailing list