This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c7a10fc [Hexagon] Add SDAG preprocessing step to expose shifted addre [...] new e228570 AMDGPU: Fix verifier errors in SILowerControlFlow
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/AMDGPUISelLowering.cpp | 5 +- lib/Target/AMDGPU/AMDGPUISelLowering.h | 3 +- lib/Target/AMDGPU/AMDGPUInstrInfo.td | 5 +- lib/Target/AMDGPU/AMDGPUMCInstLower.cpp | 24 ++- lib/Target/AMDGPU/AMDGPUTargetMachine.cpp | 4 +- lib/Target/AMDGPU/R600Instructions.td | 5 +- lib/Target/AMDGPU/SIISelLowering.cpp | 7 +- lib/Target/AMDGPU/SIInstrFormats.td | 5 +- lib/Target/AMDGPU/SIInstructions.td | 99 ++++++------ lib/Target/AMDGPU/SILowerControlFlow.cpp | 193 ++++++++++++++++-------- test/CodeGen/AMDGPU/indirect-addressing-si.ll | 207 ++++++++++++++++++++++++++ test/CodeGen/AMDGPU/ret_jump.ll | 21 ++- test/CodeGen/AMDGPU/wqm.ll | 10 +- 13 files changed, 444 insertions(+), 144 deletions(-)