This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1da2d4699dd Re-land the refactoring part of r354244 "[DAGCombiner] Elim [...] new 7e1a65dad5a GlobalISel: Implement moreElementsVector for g_insert results
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: lib/CodeGen/GlobalISel/LegalizerHelper.cpp | 8 + lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp | 38 +- test/CodeGen/AMDGPU/GlobalISel/legalize-and.mir | 44 ++- test/CodeGen/AMDGPU/GlobalISel/legalize-ashr.mir | 36 +- .../CodeGen/AMDGPU/GlobalISel/legalize-extract.mir | 47 ++- test/CodeGen/AMDGPU/GlobalISel/legalize-fabs.mir | 22 +- test/CodeGen/AMDGPU/GlobalISel/legalize-fadd.mir | 30 +- .../AMDGPU/GlobalISel/legalize-fcanonicalize.mir | 22 +- test/CodeGen/AMDGPU/GlobalISel/legalize-fma.mir | 38 +- test/CodeGen/AMDGPU/GlobalISel/legalize-fmul.mir | 30 +- test/CodeGen/AMDGPU/GlobalISel/legalize-fneg.mir | 22 +- test/CodeGen/AMDGPU/GlobalISel/legalize-insert.mir | 422 +++++++++++++++++++++ test/CodeGen/AMDGPU/GlobalISel/legalize-lshr.mir | 36 +- test/CodeGen/AMDGPU/GlobalISel/legalize-or.mir | 44 ++- test/CodeGen/AMDGPU/GlobalISel/legalize-select.mir | 44 ++- test/CodeGen/AMDGPU/GlobalISel/legalize-shl.mir | 36 +- test/CodeGen/AMDGPU/GlobalISel/legalize-xor.mir | 44 ++- 17 files changed, 768 insertions(+), 195 deletions(-)