This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c87132ea2dc [GlobalISel] Fix narrowScalar for shifts to match algorithm [...] new e412f89cbdf [GlobalISel] Factor narrowScalar for G_ASHR and G_LSHR. NFC new 2f3fcbcb516 [MIPS GlobalISel] ClampScalar G_SHL, G_ASHR and G_LSHR
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/CodeGen/GlobalISel/LegalizerHelper.cpp | 38 +-- lib/Target/Mips/MipsLegalizerInfo.cpp | 3 +- test/CodeGen/Mips/GlobalISel/legalizer/bitwise.mir | 255 +++++++++++++++++++++ test/CodeGen/Mips/GlobalISel/llvm-ir/bitwise.ll | 140 +++++++++++ 4 files changed, 408 insertions(+), 28 deletions(-)