[LLVMbugs] [Bug 3045] 'A' constraint not handled
    bugzilla-daemon at cs.uiuc.edu 
    bugzilla-daemon at cs.uiuc.edu
       
    Wed Nov 12 11:07:02 PST 2008
    
    
  
http://llvm.org/bugs/show_bug.cgi?id=3045
Chris Lattner <clattner at apple.com> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |DUPLICATE
--- Comment #2 from Chris Lattner <clattner at apple.com>  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.
    
    
More information about the llvm-bugs
mailing list