This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6644a1885fc [AMDGPU] gfx908 mfma support new b569379bb05 [AMDGPU] gfx908 scheduling new f7984471d41 [InstCombine][NFCI] Add more test coverage to onehot_merge.ll new 97e268381d5 [AMDGPU] gfx908 hazard recognizer
The 3 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.cpp | 124 ++++++++ lib/Target/AMDGPU/GCNHazardRecognizer.cpp | 229 +++++++++++++- lib/Target/AMDGPU/GCNHazardRecognizer.h | 5 + lib/Target/AMDGPU/SIInstrInfo.h | 8 + lib/Target/AMDGPU/SISchedule.td | 31 ++ test/CodeGen/AMDGPU/mai-hazards.mir | 457 ++++++++++++++++++++++++++++ test/Transforms/InstCombine/onehot_merge.ll | 161 ++++++++++ 7 files changed, 1014 insertions(+), 1 deletion(-) create mode 100644 test/CodeGen/AMDGPU/mai-hazards.mir