/[llvm-project]
ViewVC logotype

Revision 259657


Jump to revision: Previous Next
Author: rengolin
Date: Wed Feb 3 16:10:54 2016 UTC (3 years, 2 months ago)
Changed paths: 2
Log Message:
[ARM] Move GNUEABI divmod to __aeabi_divmod*

The GNU toolchain emits __aeabi_divmod for soft-divide on ARM cores
which happens to be a lot faster than __divsi3/__modsi3 when the core
has hardware divide instructions. Do the same here.

Fixes PR26450.

Changed paths:

Path Details
Directoryllvm/trunk/lib/Target/ARM/ARMISelLowering.cpp modified , text changed
Directoryllvm/trunk/test/CodeGen/ARM/divmod-eabi.ll modified , text changed

llvm-admin@lists.llvm.org
ViewVC Help
Powered by ViewVC 1.1.5