This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2c21c88a192 Revert r318193 "[SLPVectorizer] Failure to beneficially vec [...] new bc9fb908bcd AMDGPU: Don't use MUBUF vaddr if address may overflow
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/AMDGPU.td | 7 + lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp | 7 +- lib/Target/AMDGPU/AMDGPUSubtarget.cpp | 1 + lib/Target/AMDGPU/AMDGPUSubtarget.h | 5 + lib/Target/AMDGPU/SIISelLowering.cpp | 36 ++- lib/Target/AMDGPU/SIISelLowering.h | 6 + test/CodeGen/AMDGPU/amdgpu.private-memory.ll | 17 +- test/CodeGen/AMDGPU/array-ptr-calc-i32.ll | 8 +- test/CodeGen/AMDGPU/frame-index-elimination.ll | 24 +- test/CodeGen/AMDGPU/function-returns.ll | 321 +++++++++++++++++-------- test/CodeGen/AMDGPU/huge-private-buffer.ll | 31 +++ test/CodeGen/AMDGPU/load-hi16.ll | 55 +++-- test/CodeGen/AMDGPU/load-lo16.ll | 48 ++-- test/CodeGen/AMDGPU/scratch-buffer.ll | 19 +- test/CodeGen/AMDGPU/store-hi16.ll | 10 +- 15 files changed, 425 insertions(+), 170 deletions(-) create mode 100644 test/CodeGen/AMDGPU/huge-private-buffer.ll