[PATCH] D26265: AMDGPU: Remove unnecessary and on conditional branch

Nicolai Hähnle via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 7 03:13:42 PST 2016


nhaehnle accepted this revision.
nhaehnle added a comment.
This revision is now accepted and ready to land.

Sorry for the delay. Now that I'm thinking about this more carefully it's probably okay since it's only for uniform control flow. It might randomly fix or break some of those EXEC = 0 cases, but that's not really relevant for this patch.


https://reviews.llvm.org/D26265





More information about the llvm-commits mailing list