r600/sfn: drop unused literals tracking in assembler

Signed-off-by: Gert Wollny <gert.wollny@collabora.com>
Assisted-by: Copilot (auto mode)
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41945>
This commit is contained in:
Gert Wollny 2026-04-30 18:49:08 +02:00 committed by Marge Bot
parent 0a209a9723
commit c11c704f8a

View file

@ -93,8 +93,7 @@ public:
bool ps_alpha_to_one;
bool ps_alpha_to_one_and_coverage;
/* End initialized in constructor */
std::set<uint32_t> m_nliterals_in_group;
std::set<int> vtx_fetch_results;
std::set<int> tex_fetch_results;
@ -336,8 +335,6 @@ AssemblerVisitor::emit_alu_op(const AluInstr& ai)
sfn_log << SfnLog::assembly << " Current address register is " << *m_last_addr
<< "\n";
if (alu.last)
m_nliterals_in_group.clear();
m_result = !r600_bytecode_add_alu(&m_bc, &alu);