[PATCH] D54546: [ARM] Don't expand sdiv

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 14 14:50:19 PST 2018


efriedma added a comment.

On thumbv8, if you're dividing by a power of two greater than 128, I think you save zero bytes (it's eight bytes either way); is that right?

This affects non-ARM targets; do you know what the effect is on those targets?


https://reviews.llvm.org/D54546





More information about the llvm-commits mailing list