[PATCH] D34847: [AMDGPU] Mark all export instructions as DisableWQM

Connor Abbott via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 30 17:20:20 PDT 2017


cwabbott abandoned this revision.
cwabbott added a comment.

After some more testing, it seems like my hypothesis about the issue was wrong. I think the real problem was that WWM wasn't being disabled in the face of control flow like I intended it to, and then stuff was getting messed up because inactive lanes were enabled when the code assumed they weren't. At least, that's my theory for now. I'm going to update https://reviews.llvm.org/D34717 to fix that.


https://reviews.llvm.org/D34847





More information about the llvm-commits mailing list