This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 75521639735 GlobalISel: Try to make legalize rules more useful for vectors new f2e3c262157 GlobalISel: Implement fewerElementsVector for shifts
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 | 6 + lib/CodeGen/GlobalISel/LegalizerHelper.cpp | 160 +++++-- lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp | 9 +- test/CodeGen/AMDGPU/GlobalISel/legalize-ashr.mir | 439 +++++++++++++++++-- test/CodeGen/AMDGPU/GlobalISel/legalize-lshr.mir | 439 +++++++++++++++++-- test/CodeGen/AMDGPU/GlobalISel/legalize-shl.mir | 493 +++++++++++++++++++--- 6 files changed, 1406 insertions(+), 140 deletions(-)