[PATCH] D27245: Integer division expansion should handle constant divisors intelligently
Joerg Sonnenberger via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 8 11:38:34 PST 2016
joerg added a comment.
Refactor the core of the computation into a function that can be used by both. A class with emitters for the different main cases might be the best, especially if someone wants to add further special case handling at some point.
Repository:
rL LLVM
https://reviews.llvm.org/D27245
More information about the llvm-commits
mailing list