[PATCH] D137069: [AArch64] Support not only SHL but also SRL and SRA for ((X shift C) - Y) + Z --> (Z - Y) + (X shift C)

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 2 08:54:04 PDT 2022


dmgreen added a comment.

Sounds good. Should we be handling uxtw and sxtw type operands too? As in getExtendTypeForNode.


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

https://reviews.llvm.org/D137069



More information about the llvm-commits mailing list