[PATCH] D48586: [AMDGPU] Early expansion of 32 bit udiv/urem
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 26 12:38:06 PDT 2018
arsenm added a comment.
Won't doing this break the case where both the div and rem are used, so the full expansion will be used twice?
https://reviews.llvm.org/D48586
More information about the llvm-commits
mailing list