[LLVMbugs] [Bug 7393] Bad codegen with inline assembly

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon Jun 28 15:10:43 PDT 2010


http://llvm.org/bugs/show_bug.cgi?id=7393

Dale Johannesen <dalej at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #3 from Dale Johannesen <dalej at apple.com> 2010-06-28 17:10:43 CDT ---
Actually outputs with matching input constraints must be registers, per gcc
docs.  The "g" lowering code wasn't doing this.  Fixed in 107079.

-- 
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