[PATCH] D62937: [AMDGPU] Mark s_endpgm convergent
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 5 19:06:25 PDT 2019
arsenm requested changes to this revision.
arsenm added a comment.
This revision now requires changes to proceed.
The concept of convergence we have breaks down at the machine level. At the machine level, we don't exactly need to think about the operations treated in the IR as convergent as related to control flow anymore. s_endpgm doesn't really have the convergent properties anyway
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62937/new/
https://reviews.llvm.org/D62937
More information about the llvm-commits
mailing list