This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 3c67822cb8c [CodeGen] Fix bugs in BranchFolderPass when debug labels ar [...] new b6be32f152c [ARM] Don't expand sdiv when optimising for minsize
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lib/Target/ARM/ARMISelLowering.cpp | 44 +++++++++++++ lib/Target/ARM/ARMISelLowering.h | 3 + test/CodeGen/ARM/sdiv-pow2-arm-size.ll | 79 +++++++++++++++++++++++ test/CodeGen/ARM/sdiv-pow2-thumb-size.ll | 105 +++++++++++++++++++++++++++++++ 4 files changed, 231 insertions(+) create mode 100644 test/CodeGen/ARM/sdiv-pow2-arm-size.ll create mode 100644 test/CodeGen/ARM/sdiv-pow2-thumb-size.ll