This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b0c2704ffa0 hwasan: If we split the entry block, move static allocas ba [...] new f60859bbf92 GlobalISel: Implement fewerElementsVector for extensions
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 | 3 + lib/CodeGen/GlobalISel/LegalizerHelper.cpp | 54 +++++++++ lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp | 9 +- test/CodeGen/AMDGPU/GlobalISel/legalize-anyext.mir | 104 ++++++++++++++++ .../GlobalISel/legalize-extract-vector-elt.mir | 23 ++-- test/CodeGen/AMDGPU/GlobalISel/legalize-fpext.mir | 133 +++++++++++++++++++++ test/CodeGen/AMDGPU/GlobalISel/legalize-sext.mir | 115 ++++++++++++++++++ test/CodeGen/AMDGPU/GlobalISel/legalize-zext.mir | 115 ++++++++++++++++++ 8 files changed, 547 insertions(+), 9 deletions(-)