This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 900bd7250ee AMDGPU/GlobalISel: Avoid creating shift of 0 in arg lowering new af5c54f5844 GlobalISel: Handle llvm.read_register new 87ccb2d8471 AMDGPU/GlobalISel: Allow scc/vcc alternative mappings for s [...] new cbd07753314 AMDGPU/GlobalISel: Add support for init.exec intrinsics new 100933b3d34 Remove a undefined constructor introduced by r373244.
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: include/llvm/CodeGen/MachineModuleInfo.h | 1 - lib/CodeGen/GlobalISel/IRTranslator.cpp | 15 +++++++++++ lib/Target/AMDGPU/AMDGPUGISel.td | 3 +++ lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp | 9 +++++++ lib/Target/AMDGPU/AMDGPUInstructionSelector.h | 3 +++ lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp | 25 +++++++++++++++-- lib/Target/AMDGPU/SIInstrInfo.td | 8 ++++++ lib/Target/AMDGPU/SIInstructions.td | 30 ++++++++------------- .../AMDGPU/GlobalISel/llvm.amdgcn.init.exec.ll | 2 ++ .../GlobalISel/llvm.amdgcn.init.exec.wave32.ll | 2 ++ test/CodeGen/AMDGPU/GlobalISel/read_register.ll | 2 ++ test/CodeGen/AMDGPU/llvm.amdgcn.init.exec.ll | 7 ++--- .../CodeGen/AMDGPU/llvm.amdgcn.init.exec.wave32.ll | 31 ++++++++++++++++++++++ test/CodeGen/AMDGPU/read_register.ll | 16 +++++------ test/CodeGen/AMDGPU/wave32.ll | 29 -------------------- 15 files changed, 121 insertions(+), 62 deletions(-) create mode 100644 test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.init.exec.ll create mode 100644 test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.init.exec.wave32.ll create mode 100644 test/CodeGen/AMDGPU/GlobalISel/read_register.ll create mode 100644 test/CodeGen/AMDGPU/llvm.amdgcn.init.exec.wave32.ll