Timothy Arceri
9d5b106b2e
radv: use nir_opt_copy_prop_vars and nir_opt_dead_write_vars
Totals from affected shaders:
SGPRS: 2856 -> 2856 (0.00 %)
VGPRS: 3236 -> 3248 (0.37 %)
Spilled SGPRs: 0 -> 0 (0.00 %)
Spilled VGPRs: 0 -> 0 (0.00 %)
Private memory VGPRs: 0 -> 0 (0.00 %)
Scratch size: 0 -> 0 (0.00 %) dwords per thread
Code Size: 236560 -> 233548 (-1.27 %) bytes
LDS: 0 -> 0 (0.00 %) blocks
Max Waves: 277 -> 283 (2.17 %)
Wait states: 0 -> 0 (0.00 %)
Even in the cases were we have increased VGPR use it appears
the NIR is improved significantly.
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
2018-10-18 15:04:09 +11:00
..
2018-10-18 15:04:09 +11:00
2018-10-15 17:16:44 -07:00
2018-10-16 08:15:21 +03:00
2018-10-11 11:30:00 -07:00
2018-10-17 19:03:08 +02:00
2018-10-09 10:32:51 +02:00
2018-09-06 17:33:27 +01:00
2018-01-19 16:30:51 -08:00
2018-02-16 16:56:34 -06:00
2018-10-17 20:10:15 -07:00
2018-09-12 16:55:09 +02:00
2018-10-09 08:55:48 -07:00
2018-10-17 19:03:08 +02:00
2018-10-17 12:27:58 -04:00
2018-10-13 09:56:18 -05:00
2018-08-24 11:14:15 +01:00
2018-10-09 08:55:56 -07:00