r600/sfn: allocate pinned registers as SSA
authorGert Wollny <gert.wollny@collabora.com>
Thu, 8 Dec 2022 10:44:56 +0000 (11:44 +0100)
committerMarge Bot <emma+marge@anholt.net>
Fri, 9 Dec 2022 08:26:31 +0000 (08:26 +0000)
commit4d4411588bf93d2e8fe990c1d9b9a2b8c2836ad6
treec94a196eba0a3310cbf6c6fab9a700422e6160a1
parentb623e1a0efea0448c481e09f60921d3bc2f0d6f5
r600/sfn: allocate pinned registers as SSA

Don't allocate the helper_invocation register as pinned, because it is
not an SSA value.

Signed-off-by: Gert Wollny <gert.wollny@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20205>
src/gallium/drivers/r600/sfn/sfn_shader_fs.cpp
src/gallium/drivers/r600/sfn/sfn_valuefactory.cpp