This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 18622837188 [MachineScheduler] Minor refactoring. new 6d5e445dba4 [ARM] Swap cmp operands for automatic shifts new 36ed9f49153 [ARM] OrCombineToBFI function
The 2 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 | 207 ++++++++++++++++++++----------------- test/CodeGen/ARM/cmp.ll | 154 +++++++++++++++++++++++++++ test/CodeGen/Thumb2/thumb2-cmp2.ll | 52 ---------- 3 files changed, 269 insertions(+), 144 deletions(-) create mode 100644 test/CodeGen/ARM/cmp.ll delete mode 100644 test/CodeGen/Thumb2/thumb2-cmp2.ll