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

Tilmann Scheller <[email protected]> changed:

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

--- Comment #1 from Tilmann Scheller <[email protected]> ---
With LLVM r212795 we get the following code:

_Z8signbit16intvec:                     @ @_Z8signbit16intvec
        .fnstart
.Leh_func_begin1:
@ BB#0:                                 @ %entry
        mov     r12, #65536
        and     r12, r12, r2, lsr #15
        mov     r2, #16777216
        and     r2, r2, r3, lsr #7
        orr     r0, r12, r0, lsr #31
        mov     r3, #256
        and     r1, r3, r1, lsr #23
        orr     r0, r0, r2
        orr     r0, r0, r1
        bx      lr

The generated machine code is correct, so it looks like the bug has been fixed
already.

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