This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2ba3294845d [mips] Enable using of integrated assembler in all cases. new 4778d2ba930 [AMDGPU] Extend the SI Load/Store optimizer to combine more [...]
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/BUFInstructions.td | 41 ++ lib/Target/AMDGPU/SILoadStoreOptimizer.cpp | 680 +++++++++++++++-------- lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp | 43 ++ lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h | 18 + test/CodeGen/AMDGPU/cvt_f32_ubyte.ll | 6 +- test/CodeGen/AMDGPU/early-if-convert-cost.ll | 3 +- test/CodeGen/AMDGPU/insert_vector_elt.ll | 6 +- test/CodeGen/AMDGPU/llvm.amdgcn.buffer.load.ll | 30 + test/CodeGen/AMDGPU/llvm.amdgcn.buffer.store.ll | 65 ++- test/CodeGen/AMDGPU/llvm.amdgcn.s.buffer.load.ll | 114 ++++ test/CodeGen/AMDGPU/merge-stores.ll | 25 +- test/CodeGen/AMDGPU/store-global.ll | 3 +- test/CodeGen/AMDGPU/store-v3i64.ll | 3 +- 13 files changed, 769 insertions(+), 268 deletions(-) create mode 100644 test/CodeGen/AMDGPU/llvm.amdgcn.s.buffer.load.ll