[PATCH] D71192: AMDGPU: Fix AMDGPUUnifyDivergentExitNodes with no normal returns
Piotr Sobczak via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 21 04:17:36 PST 2020
piotr added a comment.
Hi @cwabbott,
This commit causes a GPU hang on amdvlk in one test, due to the missing "done" bit on the normal export. I think in the attached case the patch incorrectly classifies the export as being in an infinite loop.F11390737: before_AMDGPUUnifyDivergentExitNodes.ll <https://reviews.llvm.org/F11390737>
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71192/new/
https://reviews.llvm.org/D71192
More information about the llvm-commits
mailing list