This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1adfb58fa1b AMDGPU/GlobalISel: Select G_BRCOND for scc conditions new faac328d81d AMDGPU/GlobalISel: Make s16 select legal new c77d9f5b72b AMDGPU/GFX10: fix scratch resource descriptor new 23031b82433 AMDGPU/GlobalISel: Select G_FRAME_INDEX new 3e56c9d4260 [Hexagon] Custom-lower UADDO(x, 1) and USUBO(x, 1)
The 4 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 | 30 +++- lib/Target/AMDGPU/AMDGPUInstructionSelector.h | 1 + lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp | 4 +- lib/Target/AMDGPU/SIInstrInfo.cpp | 4 +- lib/Target/Hexagon/HexagonISelLowering.cpp | 43 ++++- lib/Target/Hexagon/HexagonISelLowering.h | 1 + .../AMDGPU/GlobalISel/inst-select-frame-index.mir | 38 +++++ .../AMDGPU/GlobalISel/inst-select-select.mir | 176 +++++++++++++++++++++ test/CodeGen/AMDGPU/GlobalISel/legalize-fcmp.mir | 8 +- test/CodeGen/AMDGPU/GlobalISel/legalize-icmp.mir | 20 +-- test/CodeGen/AMDGPU/GlobalISel/legalize-select.mir | 110 ++++++------- test/CodeGen/AMDGPU/scratch-simple.ll | 65 ++++---- test/CodeGen/Hexagon/isel-uaddo-1.ll | 37 +++++ 13 files changed, 428 insertions(+), 109 deletions(-) create mode 100644 test/CodeGen/AMDGPU/GlobalISel/inst-select-frame-index.mir create mode 100644 test/CodeGen/AMDGPU/GlobalISel/inst-select-select.mir create mode 100644 test/CodeGen/Hexagon/isel-uaddo-1.ll