This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 30388115533 GlobalISel: Fix not calling the observer when legalizing G_EXTRACT new f3f46916050 GlobalISel: Implement moreElementsVector for implicit_def
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 | 7 +- lib/CodeGen/GlobalISel/LegalizerHelper.cpp | 29 +++++++ lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp | 20 ++++- test/CodeGen/AMDGPU/GlobalISel/legalize-and.mir | 10 ++- test/CodeGen/AMDGPU/GlobalISel/legalize-ashr.mir | 5 +- .../CodeGen/AMDGPU/GlobalISel/legalize-extract.mir | 22 ++--- test/CodeGen/AMDGPU/GlobalISel/legalize-fabs.mir | 26 +++--- test/CodeGen/AMDGPU/GlobalISel/legalize-fadd.mir | 43 ++++++---- .../AMDGPU/GlobalISel/legalize-fcanonicalize.mir | 26 +++--- test/CodeGen/AMDGPU/GlobalISel/legalize-fma.mir | 60 ++++++++------ test/CodeGen/AMDGPU/GlobalISel/legalize-fmul.mir | 43 ++++++---- test/CodeGen/AMDGPU/GlobalISel/legalize-fneg.mir | 26 +++--- test/CodeGen/AMDGPU/GlobalISel/legalize-fpext.mir | 5 +- test/CodeGen/AMDGPU/GlobalISel/legalize-fsqrt.mir | 15 ++-- test/CodeGen/AMDGPU/GlobalISel/legalize-fsub.mir | 30 ++++--- .../AMDGPU/GlobalISel/legalize-implicit-def.mir | 96 +++++++++++++++++++++- test/CodeGen/AMDGPU/GlobalISel/legalize-lshr.mir | 5 +- test/CodeGen/AMDGPU/GlobalISel/legalize-or.mir | 10 ++- test/CodeGen/AMDGPU/GlobalISel/legalize-shl.mir | 5 +- .../AMDGPU/GlobalISel/legalize-unmerge-values.mir | 5 +- test/CodeGen/AMDGPU/GlobalISel/legalize-xor.mir | 10 ++- 21 files changed, 350 insertions(+), 148 deletions(-)