[PATCH] D38607: [AMDGPU] New 64 bit div/rem expansion

Stanislav Mekhanoshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 6 10:03:02 PDT 2017


rampitec added a comment.

In https://reviews.llvm.org/D38607#890699, @arsenm wrote:

> Is this a port of what SC emits? I thought it emitted control flow for this.


Yes, I have replaced control flow with cndmasks at the end of blocks. Thus if/endif comments.


https://reviews.llvm.org/D38607





More information about the llvm-commits mailing list