This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ddb44a6e699 [llvm-profdata] Don't treat non-fatal merge errors as fatal new 9f8c0170e63 AMDGPU: Move hazard avoidance out of waitcnt pass.
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/AMDGPUSubtarget.h | 6 +- lib/Target/AMDGPU/GCNHazardRecognizer.cpp | 91 ++-- lib/Target/AMDGPU/GCNHazardRecognizer.h | 2 +- lib/Target/AMDGPU/SIInsertWaitcnts.cpp | 54 --- test/CodeGen/AMDGPU/break-vmem-soft-clauses.mir | 580 ++++++++++++++++++++++++ test/CodeGen/AMDGPU/inserted-wait-states.mir | 8 +- test/CodeGen/AMDGPU/sendmsg-m0-hazard.mir | 49 ++ 7 files changed, 693 insertions(+), 97 deletions(-) create mode 100644 test/CodeGen/AMDGPU/break-vmem-soft-clauses.mir create mode 100644 test/CodeGen/AMDGPU/sendmsg-m0-hazard.mir