[LLVMbugs] [Bug 10317] Thumb 2 : Overflow intrinsic generates horrible code

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


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

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

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

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

        add     r1, r0
        cmp     r1, r0
        it      vs
        movvs.w r1, #-1
        mov     r0, r1
        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/20140714/23cb65a0/attachment.html>


More information about the llvm-bugs mailing list