This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from cceef2f7367 AMDGPU/GlobalISel: Restrict g_implicit_def legality new c0f816e09cd GlobalISel: Implement narrowScalar for shift main type
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 | 4 + include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h | 13 + lib/CodeGen/GlobalISel/LegalizerHelper.cpp | 225 ++++- lib/CodeGen/GlobalISel/MachineIRBuilder.cpp | 22 +- lib/Target/AArch64/AArch64LegalizerInfo.cpp | 2 + lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp | 12 +- .../AArch64/GlobalISel/legalize-merge-values.mir | 12 +- test/CodeGen/AArch64/GlobalISel/legalize-shift.mir | 134 ++- .../AArch64/GlobalISel/legalize-unmerge-values.mir | 2 +- test/CodeGen/AMDGPU/GlobalISel/legalize-ashr.mir | 978 +++++++++++++++++++-- test/CodeGen/AMDGPU/GlobalISel/legalize-lshr.mir | 948 ++++++++++++++++++-- .../AMDGPU/GlobalISel/legalize-merge-values.mir | 30 +- test/CodeGen/AMDGPU/GlobalISel/legalize-shl.mir | 922 ++++++++++++++++++- .../AMDGPU/GlobalISel/legalize-unmerge-values.mir | 226 +++-- 14 files changed, 3263 insertions(+), 267 deletions(-)