This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from cd159ec3d2c AMDGPU/GlobalISel: Select G_SUB new a568e61708f AMDGPU/GlobalISel: Make s16 G_ICMP legal new 9b30bc54073 AMDGPU/GlobalISel: Improve regbankselect for icmp s16 new 0d10177cd34 AMDGPU/GlobalISel: Legalize more concat_vectors
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/AMDGPULegalizerInfo.cpp | 39 +- lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp | 15 +- .../GlobalISel/inst-select-concat-vectors.mir | 28 +- .../AMDGPU/GlobalISel/legalize-concat-vectors.mir | 85 +++ test/CodeGen/AMDGPU/GlobalISel/legalize-icmp.mir | 625 ++++++++++++++++----- .../AMDGPU/GlobalISel/regbankselect-icmp.mir | 308 +++++++++- .../AMDGPU/GlobalISel/regbankselect-icmp.s16.mir | 83 +++ 7 files changed, 973 insertions(+), 210 deletions(-) create mode 100644 test/CodeGen/AMDGPU/GlobalISel/regbankselect-icmp.s16.mir