This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8829dedd761 Fixup test after r352704 since it changes how paths may be [...] new e690485141b [SelectionDAG] Codesize: don't expand SHIFT to SHIFT_PARTS
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: include/llvm/CodeGen/TargetLowering.h | 7 ++ lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp | 10 +- lib/Target/AArch64/AArch64ISelLowering.h | 6 + lib/Target/ARM/ARMISelLowering.h | 6 + lib/Target/X86/X86ISelLowering.h | 6 + test/CodeGen/AArch64/shift_minsize.ll | 122 ++++++++++++++++++++ test/CodeGen/ARM/shift_minsize.ll | 32 ++++++ test/CodeGen/X86/shift_minsize.ll | 134 ++++++++++++++++++++++ 8 files changed, 320 insertions(+), 3 deletions(-) create mode 100644 test/CodeGen/AArch64/shift_minsize.ll create mode 100644 test/CodeGen/ARM/shift_minsize.ll create mode 100644 test/CodeGen/X86/shift_minsize.ll