This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9a3bb96 [X86][SSE] Standardized triples in vector shift tests new 0835374 AMDGPU/R600: Don't use REGISTER_{LOAD,STORE} ISD nodes new 2b72a53 Fix LoopLoadElimination to keep original alignment on the ini [...]
The 2 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 | 4 + lib/Target/AMDGPU/AMDGPUISelLowering.cpp | 10 - lib/Target/AMDGPU/R600ISelLowering.cpp | 281 +++++----- lib/Target/AMDGPU/R600Instructions.td | 11 + lib/Target/AMDGPU/SIISelLowering.cpp | 12 + lib/Transforms/Scalar/LoopLoadElimination.cpp | 4 +- test/CodeGen/AMDGPU/load-constant-i16.ll | 138 ++--- test/CodeGen/AMDGPU/load-global-i16.ll | 331 ++++++------ test/CodeGen/AMDGPU/store-private.ll | 743 ++++++++++++++++++++++++++ test/Transforms/LoopLoadElim/forward.ll | 6 +- 10 files changed, 1168 insertions(+), 372 deletions(-) create mode 100644 test/CodeGen/AMDGPU/store-private.ll