[PATCH] D134336: [AArch64] Lower multiplication by a constant int to madd

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 21 12:48:01 PDT 2022


efriedma added a comment.

That's mysterious... we had this code for years, but only used it for immediate we can synthesize using ORR.  Huh.

Do we want to make the same change for MULADDWI_OP1 ?


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

https://reviews.llvm.org/D134336



More information about the llvm-commits mailing list