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

Tilmann Scheller <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |[email protected]
         Resolution|---                         |WORKSFORME

--- Comment #1 from Tilmann Scheller <[email protected]> ---
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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to