This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f55969cbd1f AMDGPU/GlobalISel: Lower SALU min/max to cmp+select new 8658877c1fa AMDGPU/GlobalISel: Handle 16-bit SALU min/max new 643e4ad7f2f AMDGPU/GlobalISel: Custom lower control flow intrinsics
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/AMDGPULegalizerInfo.cpp | 64 +++++++++++ lib/Target/AMDGPU/AMDGPULegalizerInfo.h | 4 + lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp | 24 +++- .../GlobalISel/legalize-amdgcn.if-invalid.mir | 73 ++++++++++++ test/CodeGen/AMDGPU/GlobalISel/legalize-brcond.mir | 126 +++++++++++++++++++-- .../AMDGPU/GlobalISel/regbankselect-smax.mir | 108 +++++++++++++++--- .../AMDGPU/GlobalISel/regbankselect-smin.mir | 108 +++++++++++++++--- .../AMDGPU/GlobalISel/regbankselect-umax.mir | 108 +++++++++++++++--- .../AMDGPU/GlobalISel/regbankselect-umin.mir | 108 +++++++++++++++--- 9 files changed, 647 insertions(+), 76 deletions(-) create mode 100644 test/CodeGen/AMDGPU/GlobalISel/legalize-amdgcn.if-invalid.mir