This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 71f8b0dc815 [Evaluator] Improve evaluation of call instruction new ae175dfe4a8 AMDGPU: Add patterns for i32/i64 local atomic load/store
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 | 4 ++- lib/Target/AMDGPU/AMDGPUInstructions.td | 3 ++ lib/Target/AMDGPU/DSInstructions.td | 21 ++++++++++++ lib/Target/AMDGPU/SIInstrInfo.td | 27 ++++++++++++++++ test/CodeGen/AMDGPU/atomic_load_local.ll | 52 ++++++++++++++++++++++++++++++ test/CodeGen/AMDGPU/atomic_store_local.ll | 53 +++++++++++++++++++++++++++++++ 6 files changed, 159 insertions(+), 1 deletion(-) create mode 100644 test/CodeGen/AMDGPU/atomic_load_local.ll create mode 100644 test/CodeGen/AMDGPU/atomic_store_local.ll