This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 5a3235419cd AMDGPU/GlobalISel: Legalize smulh/umulh and scalarize mul new da46a0ebaee GlobalISel: fewerElementsVector for a few more trivial ops
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 | 6 +++ lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp | 10 ++-- test/CodeGen/AMDGPU/GlobalISel/legalize-fexp.mir | 54 +++++++++++++++++++ test/CodeGen/AMDGPU/GlobalISel/legalize-fexp2.mir | 54 +++++++++++++++++++ test/CodeGen/AMDGPU/GlobalISel/legalize-flog.mir | 54 +++++++++++++++++++ test/CodeGen/AMDGPU/GlobalISel/legalize-flog10.mir | 54 +++++++++++++++++++ test/CodeGen/AMDGPU/GlobalISel/legalize-flog2.mir | 54 +++++++++++++++++++ test/CodeGen/AMDGPU/GlobalISel/legalize-fpow.mir | 62 ++++++++++++++++++++++ 8 files changed, 343 insertions(+), 5 deletions(-) create mode 100644 test/CodeGen/AMDGPU/GlobalISel/legalize-fexp.mir create mode 100644 test/CodeGen/AMDGPU/GlobalISel/legalize-fexp2.mir create mode 100644 test/CodeGen/AMDGPU/GlobalISel/legalize-flog.mir create mode 100644 test/CodeGen/AMDGPU/GlobalISel/legalize-flog10.mir create mode 100644 test/CodeGen/AMDGPU/GlobalISel/legalize-flog2.mir create mode 100644 test/CodeGen/AMDGPU/GlobalISel/legalize-fpow.mir