This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9d48a0d94bd [ARM] Fix detection of duplicates when parsing reg list operands new 5508afab5cd GlobalISel: Partially implement fewerElementsVector G_UNMER [...]
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 | 62 ++++++++++++ lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp | 11 +- test/CodeGen/AMDGPU/GlobalISel/legalize-ashr.mir | 87 +++++++++++----- test/CodeGen/AMDGPU/GlobalISel/legalize-fabs.mir | 38 +++++-- test/CodeGen/AMDGPU/GlobalISel/legalize-fadd.mir | 66 +++++++++--- .../AMDGPU/GlobalISel/legalize-fcanonicalize.mir | 38 +++++-- test/CodeGen/AMDGPU/GlobalISel/legalize-fma.mir | 94 +++++++++++++---- .../CodeGen/AMDGPU/GlobalISel/legalize-fmaxnum.mir | 74 ++++++++++---- .../CodeGen/AMDGPU/GlobalISel/legalize-fminnum.mir | 74 ++++++++++---- test/CodeGen/AMDGPU/GlobalISel/legalize-fmul.mir | 66 +++++++++--- test/CodeGen/AMDGPU/GlobalISel/legalize-fneg.mir | 38 +++++-- test/CodeGen/AMDGPU/GlobalISel/legalize-fpext.mir | 19 +++- test/CodeGen/AMDGPU/GlobalISel/legalize-fsqrt.mir | 57 ++++++++--- test/CodeGen/AMDGPU/GlobalISel/legalize-fsub.mir | 111 +++++++++++++++------ test/CodeGen/AMDGPU/GlobalISel/legalize-lshr.mir | 85 +++++++++++----- test/CodeGen/AMDGPU/GlobalISel/legalize-phi.mir | 37 ++++--- test/CodeGen/AMDGPU/GlobalISel/legalize-sext.mir | 25 +++-- test/CodeGen/AMDGPU/GlobalISel/legalize-shl.mir | 71 +++++++++---- test/CodeGen/AMDGPU/GlobalISel/legalize-smax.mir | 82 +++++++++++---- test/CodeGen/AMDGPU/GlobalISel/legalize-smin.mir | 82 +++++++++++---- test/CodeGen/AMDGPU/GlobalISel/legalize-umax.mir | 75 ++++++++++---- test/CodeGen/AMDGPU/GlobalISel/legalize-umin.mir | 75 ++++++++++---- .../AMDGPU/GlobalISel/legalize-unmerge-values.mir | 56 +++++++---- test/CodeGen/AMDGPU/GlobalISel/legalize-zext.mir | 22 ++-- 25 files changed, 1076 insertions(+), 372 deletions(-)