This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d8b4d6f7e1b AMDGPU: Fix missing OPERAND_IMMEDIATE new f154896069f AMDGPU: Split flat offsets that don't fit in DAG
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/AMDGPUISelDAGToDAG.cpp | 83 ++++- lib/Target/AMDGPU/SIInstrInfo.cpp | 14 + lib/Target/AMDGPU/SIInstrInfo.h | 2 + test/CodeGen/AMDGPU/cgp-addressing-modes.ll | 5 +- test/CodeGen/AMDGPU/flat-address-space.ll | 27 +- test/CodeGen/AMDGPU/global-saddr.ll | 2 +- test/CodeGen/AMDGPU/global_atomics.ll | 9 +- test/CodeGen/AMDGPU/global_atomics_i64.ll | 4 +- test/CodeGen/AMDGPU/offset-split-flat.ll | 192 +++++------ test/CodeGen/AMDGPU/offset-split-global.ll | 378 ++++++++++------------ test/CodeGen/AMDGPU/promote-constOffset-to-imm.ll | 71 ++-- test/CodeGen/AMDGPU/store-hi16.ll | 32 +- 12 files changed, 443 insertions(+), 376 deletions(-)