This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d3f47bd68bf AMDGPU/GlobalISel: Tolerate copies with no type set new 1adfb58fa1b AMDGPU/GlobalISel: Select G_BRCOND for scc conditions
The 1 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 | 33 ++++ lib/Target/AMDGPU/AMDGPUInstructionSelector.h | 1 + test/CodeGen/AMDGPU/GlobalISel/inst-select-br.mir | 21 +++ .../AMDGPU/GlobalISel/inst-select-brcond.mir | 173 +++++++++++++++++++++ 4 files changed, 228 insertions(+) create mode 100644 test/CodeGen/AMDGPU/GlobalISel/inst-select-br.mir create mode 100644 test/CodeGen/AMDGPU/GlobalISel/inst-select-brcond.mir