This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2665cd3b771 gn build: Merge r365536. new 8c114037469 [AMDGPU] gfx908 v_pk_fmac_f16 support new 9b44e7d33a6 AMDGPU/GlobalISel: Fix legality for G_BUILD_VECTOR
The 2 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/Target/AMDGPU/AMDGPU.td | 4 +- lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp | 11 +- lib/Target/AMDGPU/VOP2Instructions.td | 10 +- test/CodeGen/AMDGPU/GlobalISel/legalize-ashr.mir | 19 +- .../AMDGPU/GlobalISel/legalize-build-vector.mir | 120 ++++++++++++ test/CodeGen/AMDGPU/GlobalISel/legalize-fabs.mir | 22 ++- test/CodeGen/AMDGPU/GlobalISel/legalize-fadd.mir | 22 ++- .../AMDGPU/GlobalISel/legalize-fcanonicalize.mir | 22 ++- test/CodeGen/AMDGPU/GlobalISel/legalize-fcmp.mir | 99 +++++++--- test/CodeGen/AMDGPU/GlobalISel/legalize-fma.mir | 22 ++- test/CodeGen/AMDGPU/GlobalISel/legalize-fmul.mir | 22 ++- test/CodeGen/AMDGPU/GlobalISel/legalize-fneg.mir | 22 ++- test/CodeGen/AMDGPU/GlobalISel/legalize-fsqrt.mir | 30 ++- test/CodeGen/AMDGPU/GlobalISel/legalize-fsub.mir | 30 ++- test/CodeGen/AMDGPU/GlobalISel/legalize-icmp.mir | 213 +++++++++++++++++---- test/CodeGen/AMDGPU/GlobalISel/legalize-lshr.mir | 19 +- test/CodeGen/AMDGPU/GlobalISel/legalize-phi.mir | 11 +- test/CodeGen/AMDGPU/GlobalISel/legalize-shl.mir | 19 +- test/CodeGen/AMDGPU/GlobalISel/legalize-smax.mir | 25 ++- test/CodeGen/AMDGPU/GlobalISel/legalize-smin.mir | 25 ++- test/CodeGen/AMDGPU/GlobalISel/legalize-umax.mir | 25 ++- test/CodeGen/AMDGPU/GlobalISel/legalize-umin.mir | 25 ++- test/MC/AMDGPU/xdl-insts-gfx908.s | 46 +++++ test/MC/Disassembler/AMDGPU/xdl-insts-gfx908.txt | 46 +++++ 24 files changed, 706 insertions(+), 203 deletions(-) create mode 100644 test/MC/AMDGPU/xdl-insts-gfx908.s create mode 100644 test/MC/Disassembler/AMDGPU/xdl-insts-gfx908.txt