radv: print NIR before LLVM IR and disassembly
authorSamuel Pitoiset <samuel.pitoiset@gmail.com>
Tue, 24 Oct 2017 15:23:43 +0000 (17:23 +0200)
committerSamuel Pitoiset <samuel.pitoiset@gmail.com>
Wed, 25 Oct 2017 09:46:53 +0000 (11:46 +0200)
commit9711979df007859de86fc08c20c826a71d10a660
tree5217bfba1170ba448d5059f6ec4515e8f7ae9d0e
parent5bfbab2fdcc5b1fcb3a0d0b8cce19c5492c7de68
radv: print NIR before LLVM IR and disassembly

It's still printed after linking, but it makes more sense to
have SPIRV->NIR->LLVM IR->ASM.

Fixes: f0a2bbd1a4 (radv: move nir print after linking is done)
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
src/amd/vulkan/radv_pipeline.c