aco: don't try to preserve SCC in callees

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/38679>
This commit is contained in:
Rhys Perry 2025-11-17 17:58:59 +00:00 committed by Marge Bot
parent 88ee78c6b7
commit 6e618ac327

View file

@ -1133,7 +1133,7 @@ struct ABI {
RegisterDemand max_param_demand;
void preservedRegisters(BITSET_DECLARE(regs, 512),
RegisterDemand reg_limit = RegisterDemand(256, 256)) const
RegisterDemand reg_limit = RegisterDemand(256, 128)) const
{
unsigned size = DIV_ROUND_UP(512, BITSET_WORDBITS) * sizeof(BITSET_WORD);
memset(regs, 0, size);