This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0d51b663974 [X86] Fix InsertBitToMaskVector to only issue KSHIFTS of na [...] new 5e07001873f [AMDGPU] Add GCNHazardRecognizer::checkInlineAsmHazards() a [...] new 71627f79010 [AMDGPU] Add options for waitcnt pass debugging; add instr [...]
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 | 77 ++++++++++++++++++++++++------- lib/Target/AMDGPU/GCNHazardRecognizer.h | 4 ++ lib/Target/AMDGPU/SIInsertWaitcnts.cpp | 70 ++++++++++++++++++++++++---- test/CodeGen/AMDGPU/hazard-inlineasm.mir | 24 ++++++++++ test/CodeGen/AMDGPU/waitcnt-debug.mir | 41 ++++++++++++++++ 5 files changed, 191 insertions(+), 25 deletions(-) create mode 100644 test/CodeGen/AMDGPU/hazard-inlineasm.mir create mode 100644 test/CodeGen/AMDGPU/waitcnt-debug.mir