This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from dd5a608d8b6 [llvm-objcopy] Add --strip-symbol (-N) option new 051da15b1e7 [GlobalISel][Legalizer] Widening the second src op of shift [...]
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/CodeGen/GlobalISel/LegalizerHelper.cpp | 20 ++++++- test/CodeGen/AArch64/GlobalISel/legalize-shift.mir | 21 +++---- test/CodeGen/X86/GlobalISel/ashr-scalar.ll | 6 +- test/CodeGen/X86/GlobalISel/shl-scalar-widening.ll | 67 ++++++++++++++++++++++ test/CodeGen/X86/GlobalISel/shl-scalar.ll | 2 + 5 files changed, 100 insertions(+), 16 deletions(-) create mode 100644 test/CodeGen/X86/GlobalISel/shl-scalar-widening.ll