This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 4d94645b788 gn build: Merge r365453 new fd0d82251d2 AMDGPU/GlobalISel: Select G_MERGE_VALUES new 583f33b1704 AMDGPU/GlobalISel: Select G_UNMERGE_VALUES new cd159ec3d2c AMDGPU/GlobalISel: Select G_SUB
The 3 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/AMDGPUInstructionSelector.cpp | 107 ++- lib/Target/AMDGPU/AMDGPUInstructionSelector.h | 4 +- lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp | 6 +- lib/Target/AMDGPU/SIRegisterInfo.cpp | 47 +- .../GlobalISel/inst-select-concat-vectors.mir | 738 +++++++++++++++++++++ .../AMDGPU/GlobalISel/inst-select-merge-values.mir | 565 ++++++++++++++++ .../{inst-select-add.mir => inst-select-sub.mir} | 47 +- .../GlobalISel/inst-select-unmerge-values.mir | 231 +++++++ 8 files changed, 1699 insertions(+), 46 deletions(-) create mode 100644 test/CodeGen/AMDGPU/GlobalISel/inst-select-concat-vectors.mir create mode 100644 test/CodeGen/AMDGPU/GlobalISel/inst-select-merge-values.mir copy test/CodeGen/AMDGPU/GlobalISel/{inst-select-add.mir => inst-select-sub.mir} (50%) create mode 100644 test/CodeGen/AMDGPU/GlobalISel/inst-select-unmerge-values.mir