vc4: Emit max number of temps in the shader-db output.
authorEric Anholt <eric@anholt.net>
Fri, 24 Feb 2017 22:18:39 +0000 (14:18 -0800)
committerEric Anholt <eric@anholt.net>
Sat, 25 Feb 2017 00:31:54 +0000 (16:31 -0800)
commit99d4203ad512023a47c8479ca0281dc3275886b8
treee379a4064ff18af1b005d05cca6a402eecfbddac
parent30a4b25efe005c922f048beaf62852714d2462a1
vc4: Emit max number of temps in the shader-db output.

We need to be paying attention to optimization's impact on this -- even if
we reduce instruction count, increasing max temps in general is likely to
cause us to fail to register allocate on some shaders, which means that
those won't run at all.
src/gallium/drivers/vc4/vc4_qir_live_variables.c