[PATCH] D25344: Add a fast path to alignTo.

Davide Italiano via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 13 19:08:46 PST 2016


davide added a comment.

Not sure I really like this one for two reasons.

1. I profiled llvm/lld to death and this pretty much never shows up in a profile.
2. I think after inlining instcombine/instsimplify should handle this case.


https://reviews.llvm.org/D25344





More information about the llvm-commits mailing list