[LLVMbugs] [Bug 19317] [ARM] instrumentation code injection has user visible side-effects

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed Apr 2 23:58:02 PDT 2014


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

Reid Kleckner <rnk at google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |rnk at google.com
         Resolution|---                         |INVALID

--- Comment #1 from Reid Kleckner <rnk at google.com> ---
I don't think this is a bug.  Users can't rely on parameters being in the
registers specified by the ABI in inline asm.  That's not modeled as part of
the inline asm constraints.  If they want it in r0, they should say so.

-- 
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/20140403/cada8868/attachment.html>


More information about the llvm-bugs mailing list