[PATCH] Switch __ARM_ARCH_7S__ to __ARM_ARCH_EXT_IDIV__ for use of sdiv/udiv assembly.

Stephen Hines srhines at google.com
Wed Oct 23 17:01:10 PDT 2013


This patch fixes some ifdef's in compiler-rt that only triggered for
Apple's 7S processor. Cortex-a15 devices like exynos5 and krait also
support hardware division, so this change enables that in compiler-rt.
There are no remaining ifdef's specific to __ARM_ARCH_7S__ in compiler-rt.

This change was enabled by the following other CLs in Clang and
LLVM: r192963, r193074, and r193075.

Thanks,
Steve
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20131023/7f547ba8/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 2013_10_23-16_35_40_0001-Switch-__ARM_ARCH_7S__-to-__ARM_ARCH_EXT_IDIV__-for-.patch
Type: text/x-patch
Size: 2938 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20131023/7f547ba8/attachment.bin>


More information about the llvm-commits mailing list