21:18zf: how can I get llvmpipe to show llvm IR and/or machine code assembly, as with GALLIVM_DEBUG=asm?
21:27zmike: GALLIVM_DEBUG=ir ?
21:35zf: zmike: that gives me nir (I assume), which is useful, but I was hoping to see the translated LLVM IR and machine code
21:35zmike: it should print the llvm ir
21:35zmike: may also need MESA_SHADER_CACHE_DISABLE=1
21:36zf: ah, that's it, thanks
21:37zf: I should have thought of that :S