This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b6f64be453d AMDGPU: Handle more than one memory operand in SIMemoryLegalizer new 3964b8bfc86 AMDGPU: Handle non-temporal loads and stores
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/SIMemoryLegalizer.cpp | 82 +++++++++++++----- .../AMDGPU/memory-legalizer-nontemporal-load.ll | 97 ++++++++++++++++++++++ .../AMDGPU/memory-legalizer-nontemporal-store.ll | 97 ++++++++++++++++++++++ ...alizer-multiple-mem-operands-nontemporal-1.mir} | 12 ++- ...alizer-multiple-mem-operands-nontemporal-2.mir} | 12 ++- test/CodeGen/MIR/AMDGPU/syncscopes.mir | 20 +++-- 6 files changed, 274 insertions(+), 46 deletions(-) create mode 100644 test/CodeGen/AMDGPU/memory-legalizer-nontemporal-load.ll create mode 100644 test/CodeGen/AMDGPU/memory-legalizer-nontemporal-store.ll copy test/CodeGen/MIR/AMDGPU/{memory-legalizer-multiple-mem-operands-atomics.mir = [...] copy test/CodeGen/MIR/AMDGPU/{memory-legalizer-multiple-mem-operands-atomics.mir = [...]