[PATCH] D82194: [AMDGPU] Enable compare operations to be selected by divergence
Alexander via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 26 01:04:12 PDT 2020
alex-t added a comment.
> and as well as the failures it caused spurious debug output like:
>
> Test case 'dEQP-VK.subgroups.arithmetic.framebuffer.subgroupmax_int_tess_eval'..
> S_CMP_LG_U32 killed $sgpr2_sgpr3, 0, implicit-def $scc
> S_CMP_LG_U32 killed $sgpr0_sgpr1, 0, implicit-def $scc
> Fail (Failed!)
This looks strange to me cause my change does not add any output.
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