[PATCH] D96677: [AVR] Expand large shifts early in IR

Ben Shi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Feb 21 07:08:55 PST 2021


benshi001 added a comment.

I am not sure such a specific pass is needed. Why `__ashlsi3` is not called in other backends? Is there a config flag/option to prevent calling `__ashlsi3` ?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D96677



More information about the llvm-commits mailing list