commit | 9711979df007859de86fc08c20c826a71d10a660 | [log] [tgz] |
---|---|---|
author | Samuel Pitoiset <samuel.pitoiset@gmail.com> | Tue Oct 24 17:23:43 2017 +0200 |
committer | Samuel Pitoiset <samuel.pitoiset@gmail.com> | Wed Oct 25 11:46:53 2017 +0200 |
tree | 5217bfba1170ba448d5059f6ec4515e8f7ae9d0e | |
parent | 5bfbab2fdcc5b1fcb3a0d0b8cce19c5492c7de68 [diff] |
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>