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

            Bug ID: 17193
           Summary: ARM EABI DIV+REM merge into a single divmod call
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: Backend: ARM
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified

Bug #17192 is to make the ARM back-end generate calls to __aeabi_*ldivmod()
instead of the GNU counter-parts, but that might (probably will) not merge
div+rem calls for 64-bit types, as it does for 32-bits.

Since that's an optimization, this bug concerns that change, after the initial
implementation is done, at a lower priority.

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