[LLVMbugs] [Bug 12519] llc produce wrong assembly for ARM on following .ll code

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon Jul 14 03:49:03 PDT 2014


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

Tilmann Scheller <t.scheller at samsung.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |t.scheller at samsung.com
         Resolution|---                         |WORKSFORME

--- Comment #1 from Tilmann Scheller <t.scheller at samsung.com> ---
Bug has been fixed, ToT produces the following code:

        ldr     r0, [sp, #4]
        add     r1, r0, #4
        str     r1, [sp, #4]
        ldrb    r1, [r0], #11
        bfc     r0, #0, #3
        str     r1, [sp, #96]
        add     r1, r0, #16
        str     r1, [sp, #4]
        vldr    d16, [r0]
        mov     r0, r4
        vcvt.s32.f64    s0, d16
        vstr    s0, [sp, #100]
        bl      check(PLT)

-- 
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/20140714/a2e71d38/attachment.html>


More information about the llvm-bugs mailing list