[llvm-bugs] [Bug 25330] ARM inline assembly causes a crash.

via llvm-bugs llvm-bugs at lists.llvm.org
Mon Dec 4 12:14:00 PST 2017


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

Gordon Keiser <codeman.consulting at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |codeman.consulting at gmail.co
                   |                            |m
           Assignee|unassignedbugs at nondot.org   |codeman.consulting at gmail.co
                   |                            |m
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #1 from Gordon Keiser <codeman.consulting at gmail.com> ---
The following code is now produced and looks correct.  Was likely fixed some
time since then, so I'm going to resolve.  I removed the unreachable and
replaced with ret void for clarity. 

        movw    r0, #501
        movt    r0, #65248
        @APP
        ldrb    r0, [r0]
        @NO_APP
        bx      lr

-- 
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/20171204/d1562b16/attachment.html>


More information about the llvm-bugs mailing list