This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from bd07e506c86 Attempt to fix build errors caused by r355812 new 4306b0ed95a [MIPS GlobalISel] NarrowScalar G_MUL
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/GlobalISel/LegalizerHelper.h | 9 +- include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h | 15 ++ lib/CodeGen/GlobalISel/LegalizerHelper.cpp | 113 ++++++++++----- lib/CodeGen/GlobalISel/MachineIRBuilder.cpp | 7 + lib/Target/Mips/MipsLegalizerInfo.cpp | 6 +- test/CodeGen/AMDGPU/GlobalISel/legalize-mul.mir | 15 +- test/CodeGen/Mips/GlobalISel/legalizer/mul.mir | 156 +++++++++++++++++++++ test/CodeGen/Mips/GlobalISel/llvm-ir/mul.ll | 107 ++++++++++++++ 8 files changed, 381 insertions(+), 47 deletions(-)