This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0a1de10deaa [InstSimplify] add tests for minnum/maxnum and NaN; NFC new 527504cb5e4 [CodeGen] Rename DEBUG_TYPE for default hazard recognizer. new 63761161ab2 [AMDGPU] Check MI bundles for hazards
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/CodeGen/TargetInstrInfo.cpp | 2 +- lib/Target/AMDGPU/GCNHazardRecognizer.cpp | 67 ++++++++++++++++---- lib/Target/AMDGPU/GCNHazardRecognizer.h | 6 ++ test/CodeGen/AMDGPU/hazard-hidden-bundle.mir | 94 ++++++++++++++++++++++++++++ test/CodeGen/AMDGPU/hazard-in-bundle.mir | 66 +++++++++++++++++++ 5 files changed, 223 insertions(+), 12 deletions(-) create mode 100644 test/CodeGen/AMDGPU/hazard-hidden-bundle.mir create mode 100644 test/CodeGen/AMDGPU/hazard-in-bundle.mir