radv: move nir print after linking is done
authorTimothy Arceri <tarceri@itsqueeze.com>
Mon, 23 Oct 2017 22:08:55 +0000 (09:08 +1100)
committerTimothy Arceri <tarceri@itsqueeze.com>
Mon, 23 Oct 2017 23:41:38 +0000 (10:41 +1100)
commitf0a2bbd1a4a0caf85d91469e61d01a126cfc2a36
tree6f2e0ea64ff3804a3e60276c326933439fce1486
parent11d688d9f0d2ee4d0178d1807c0075e5e8364b1d
radv: move nir print after linking is done

We now have linking optimisations so we want to delay dumping the
nir until after these are complete.

Fixes: 06f05040eb73 (radv: Link shaders)
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
src/amd/vulkan/radv_pipeline.c
src/amd/vulkan/radv_shader.c