[PATCH] D98335: [AVR] Refactor 8-bit & 16-bit shifts

Ben Shi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 10 05:56:33 PST 2021


benshi001 added a comment.

Other optimization such as `ashr x, 6` and `ashr x, 15` can be easily added in future patches along this way.


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

https://reviews.llvm.org/D98335



More information about the llvm-commits mailing list