freedreno/ir3/postsched: avoid moving tex ahead of kill
authorRob Clark <robdclark@chromium.org>
Fri, 3 Apr 2020 16:04:10 +0000 (09:04 -0700)
committerMarge Bot <eric+marge@anholt.net>
Mon, 13 Apr 2020 20:47:28 +0000 (20:47 +0000)
commit89a78a07dec8f6fab7a80bba951b134a42bb9a2c
treec2b8f3b2a157721bec70dde05c6edf903cfc6ec5
parent017fdab2172c845eb7dd6e11d2a5c13245374247
freedreno/ir3/postsched: avoid moving tex ahead of kill

Add extra dependencies of tex/mem instructions on previous kill
instructions to avoid moving them ahead of kills.

Signed-off-by: Rob Clark <robdclark@chromium.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4440>
src/freedreno/ir3/ir3_postsched.c