aco: remove aco::rt_stack variable
authorDaniel Schürmann <daniel@schuermann.dev>
Tue, 14 Mar 2023 23:14:07 +0000 (00:14 +0100)
committerMarge Bot <emma+marge@anholt.net>
Thu, 16 Mar 2023 01:40:30 +0000 (01:40 +0000)
commit39c828cb9fdeddd0fa4b757105c85a87643bd018
treedc5871bc1aef340c0b45037581fdb939e50b5392
parentf123d65e9f50e57b9af3de2e0e77618fcd9d2ddd
aco: remove aco::rt_stack variable

Since we initialize scratch in the RT proglog,
there is no need for this variable anymore.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21780>
src/amd/compiler/aco_instruction_selection.cpp
src/amd/compiler/aco_ir.h
src/amd/compiler/aco_live_var_analysis.cpp
src/amd/compiler/aco_lower_to_hw_instr.cpp