This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9aa5131c1da AMDGPU/GlobalISel: Select llvm.amdgcn.end.cf new ecd24bd7cc6 AMDGPU: Remove reserved value accidentally left in for gfx908 new 92d15388333 AMDGPU/GlobalISel: Handle llvm.amdgcn.if.break
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: include/llvm/BinaryFormat/ELF.h | 3 +-- lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp | 25 ++++++++++++++++++++ lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp | 7 ++++++ .../AMDGPU/GlobalISel/llvm.amdgcn.if.break.i32.ll | 27 ++++++++++++++++++++++ .../AMDGPU/GlobalISel/llvm.amdgcn.if.break.i64.ll | 26 +++++++++++++++++++++ 5 files changed, 86 insertions(+), 2 deletions(-) create mode 100644 test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.if.break.i32.ll create mode 100644 test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.if.break.i64.ll