Skip to content
Commit a625af3f authored by Sjoerd Meijer's avatar Sjoerd Meijer
Browse files

Code size optimisation: don't expand a div to a mul and and a shift sequence.

As a result, the urem instruction will not be expanded to a sequence of umull,
lsrs, muls and sub instructions, but just a call to __aeabi_uidivmod.

Differential Revision: http://reviews.llvm.org/D22131

llvm-svn: 274843
parent 586e579f
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment