[PATCH] D82194: [AMDGPU] Enable compare operations to be selected by divergence
Michel Dänzer via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 26 09:50:10 PDT 2020
michel.daenzer added a comment.
In D82194#2116198 <https://reviews.llvm.org/D82194#2116198>, @alex-t wrote:
> Could you please advice on how to reproduce the failure and how to collect the failed shaders assembly?
> Is MESA_DEBUG set is enough?
You can reproduce it e.g. with
.../piglit/bin/depth-tex-modes-glsl -auto -fbo
Set the environment variable `AMD_DEBUG=ps,preoptir,nonir,checkir,mono` to get the LLVM IR on stderr (may need to replace `ps` according to the affected shader type, run with `AMD_DEBUG=help` for a list of all supported debugging options).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82194/new/
https://reviews.llvm.org/D82194
More information about the llvm-commits
mailing list