This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0ff70a666fc [llvm-profdata] Fix a dangling reference to an error string new 5c9a14c058d AMDGPU: Fix breaking SMEM clauses new 6b6cd3cd665 AMDGPU: Replace list of SMEM buffer opcodes
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/GCNHazardRecognizer.cpp | 65 ++--- lib/Target/AMDGPU/GCNHazardRecognizer.h | 16 ++ lib/Target/AMDGPU/SIInstrInfo.h | 13 + test/CodeGen/AMDGPU/break-smem-soft-clauses.mir | 351 +++++++++++++++++++++++ test/CodeGen/AMDGPU/immv216.ll | 2 +- test/CodeGen/AMDGPU/insert_vector_elt.v2i16.ll | 9 +- test/CodeGen/AMDGPU/llvm.amdgcn.div.fixup.f16.ll | 12 +- test/CodeGen/AMDGPU/use-sgpr-multiple-times.ll | 10 +- 8 files changed, 429 insertions(+), 49 deletions(-) create mode 100644 test/CodeGen/AMDGPU/break-smem-soft-clauses.mir