This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0a7ff1af78f Rollback r319176. new 9516b8f4585 AMDGPU: Select DS insts without m0 initialization
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 | 4 + lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp | 3 +- lib/Target/AMDGPU/AMDGPUSubtarget.h | 6 + lib/Target/AMDGPU/DSInstructions.td | 172 ++++++++----- lib/Target/AMDGPU/SIInstrInfo.td | 3 + lib/Target/AMDGPU/SILoadStoreOptimizer.cpp | 67 +++-- test/CodeGen/AMDGPU/atomic_cmp_swap_local.ll | 64 +++-- test/CodeGen/AMDGPU/atomic_load_add.ll | 26 +- test/CodeGen/AMDGPU/atomic_load_sub.ll | 27 +- test/CodeGen/AMDGPU/ds_read2.ll | 281 ++++++++++++-------- test/CodeGen/AMDGPU/ds_read2st64.ll | 177 ++++++++----- test/CodeGen/AMDGPU/ds_write2.ll | 284 +++++++++++++-------- test/CodeGen/AMDGPU/ds_write2st64.ll | 90 ++++--- .../AMDGPU/hsa-metadata-kernel-debug-props.ll | 2 +- test/CodeGen/AMDGPU/indirect-addressing-si.ll | 11 +- test/CodeGen/AMDGPU/llvm.amdgcn.atomic.dec.ll | 50 +++- test/CodeGen/AMDGPU/llvm.amdgcn.atomic.inc.ll | 24 +- test/CodeGen/AMDGPU/load-hi16.ll | 2 - test/CodeGen/AMDGPU/load-local-f32.ll | 25 +- test/CodeGen/AMDGPU/load-local-f64.ll | 27 +- test/CodeGen/AMDGPU/load-local-i1.ll | 100 +++++++- test/CodeGen/AMDGPU/load-local-i16.ll | 128 +++++++++- test/CodeGen/AMDGPU/load-local-i32.ll | 66 ++++- test/CodeGen/AMDGPU/load-local-i64.ll | 27 +- test/CodeGen/AMDGPU/load-local-i8.ll | 110 +++++++- test/CodeGen/AMDGPU/local-64.ll | 176 ++++++++----- test/CodeGen/AMDGPU/local-atomics.ll | 214 ++++++++++++++-- test/CodeGen/AMDGPU/local-atomics64.ll | 187 ++++++++++++-- test/CodeGen/AMDGPU/packed-op-sel.ll | 2 +- test/CodeGen/AMDGPU/store-local.ll | 45 +++- test/CodeGen/AMDGPU/store-weird-sizes.ll | 2 +- 31 files changed, 1801 insertions(+), 601 deletions(-)