http://llvm.org/bugs/show_bug.cgi?id=3045
Chris Lattner <[EMAIL PROTECTED]> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |DUPLICATE
--- Comment #2 from Chris Lattner <[EMAIL PROTECTED]> 2008-11-12 13:06:45 ---
Sure, we support 64-bit values with A constraints. The problem is that the
constraints look like this: "=r,A,r,i,0". Because =r is tied, we preallocate
it at isel time. Then we get to the A constraint and don't have registers left
for it. Try removing the tied constraint and the example works.
*** This bug has been marked as a duplicate of bug 1779 ***
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs