aco: parallelcopy exec mask before s_wqm
authorRhys Perry <pendingchaos02@gmail.com>
Mon, 20 Jan 2020 16:22:56 +0000 (16:22 +0000)
committerMarge Bot <eric+marge@anholt.net>
Wed, 29 Jan 2020 18:02:27 +0000 (18:02 +0000)
commitc7d05141686ecd6266683f11fb5423b6545c49a4
tree26113642467c85a972c45d0f27035d7e8dd8ae15
parent517fc3abc44734d56c6aec96cd95b1404cc64695
aco: parallelcopy exec mask before s_wqm

It can be used later and we want any uses to not be fixed to exec, so it's
definition can't be fixed to exec because of how exec masks interact with
register demand calculation.

Signed-off-by: Rhys Perry <pendingchaos02@gmail.com>
Reviewed-by: Daniel Schürmann <daniel@schuermann.dev>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3257>
src/amd/compiler/aco_insert_exec_mask.cpp