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