On Thu, Oct 10, 2013 at 08:06:48PM -0500, Jay Cornwall wrote:
> With code dump enabled LLVM may generate disassembly during compilation.
> Show this disassembly when available and prefer it to SI bytecode dump.
>
I've pushed this and the LLVM patch. Thanks!
-Tom
> Signed-off-by: Jay Cornwall
With code dump enabled LLVM may generate disassembly during compilation.
Show this disassembly when available and prefer it to SI bytecode dump.
Signed-off-by: Jay Cornwall
---
src/gallium/drivers/radeon/radeon_llvm_emit.c | 7 +++
src/gallium/drivers/radeon/radeon_llvm_emit.h | 1 +
src/g