]> granicus.if.org Git - llvm/commit
Merging r312337:
authorTom Stellard <tstellar@redhat.com>
Wed, 27 Sep 2017 18:08:25 +0000 (18:08 +0000)
committerTom Stellard <tstellar@redhat.com>
Wed, 27 Sep 2017 18:08:25 +0000 (18:08 +0000)
commit164431e6002980a98c4cdf3df03e1698f7fc7d58
tree0dc127abf6e2c470262e1d90604cdf7905b2314a
parentb34136ea8537ea422babb1dfdc75f2a95273333e
Merging r312337:

------------------------------------------------------------------------
r312337 | nha | 2017-09-01 09:56:32 -0700 (Fri, 01 Sep 2017) | 12 lines

AMDGPU: IMPLICIT_DEFs and DBG_VALUEs do not contribute to wait states

Summary:
This fixes a bug that was exposed on gfx9 in various
GL45-CTS.shaders.loops.*_iterations.select_iteration_count_fragment tests,
e.g. GL45-CTS.shaders.loops.do_while_uniform_iterations.select_iteration_count_fragment

Reviewers: arsenm

Subscribers: kzhuravl, wdng, yaxunl, dstuttard, tpr, t-tye, llvm-commits

Differential Revision: https://reviews.llvm.org/D36193
------------------------------------------------------------------------

git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_50@314327 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/AMDGPU/GCNHazardRecognizer.cpp
test/CodeGen/AMDGPU/hazard.mir [new file with mode: 0644]