[PATCH] D26819: Integer division expansion should handle constant divisors intelligently

Joerg Sonnenberger via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 30 03:18:08 PST 2016


joerg added a comment.

Why is this code necessary? LLVM already implements the division-by-constant optimisation.


https://reviews.llvm.org/D26819





More information about the llvm-commits mailing list