iris: Sweep the NIR in iris_create_uncompiled_shader().
authorKenneth Graunke <kenneth@whitecape.org>
Fri, 7 Jun 2019 07:57:25 +0000 (00:57 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Fri, 7 Jun 2019 08:29:38 +0000 (01:29 -0700)
commit22025595f3f1accf960b586fcb7f4b020fa48e75
treeb5da8be89f29bebfd7945e6ee9b44f64bfd15576
parentc02ffd2700cc71b08453c2c609b2057681330b4a
iris: Sweep the NIR in iris_create_uncompiled_shader().

We run a ton of backend specific passes here (mostly brw_preprocess_nir)
and ought to sweep up any unused memory at this point, since we're going
to hang on to this NIR for as long as the linked program lives.
src/gallium/drivers/iris/iris_program.c