[PATCH] D144248: [InstCombine] canonicalize urem as cmp+select (part 2)

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 20 23:35:15 PST 2023


nikic added a comment.

In D144248#4139622 <https://reviews.llvm.org/D144248#4139622>, @nikic wrote:

> Compile-time: https://llvm-compile-time-tracker.com/compare.php?from=45a0b812fa13ec255cae91f974540a4d805a8d79&to=787c3e2333e8d655a61ef013f7006d7675c03574&stat=instructions%3Au Some impact, but less than I expected...

...and that's because I used the wrong link. The correct data is http://llvm-compile-time-tracker.com/compare.php?from=38b1a17c519d3873f413156c302cb7ed0d39ee3d&to=6cd96f83542c16374ea0e66e3b5840abeb5d0b8d&stat=instructions:u.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D144248/new/

https://reviews.llvm.org/D144248



More information about the llvm-commits mailing list