[PATCH] D125895: [AArch64] implement isReassocProfitable, disable for (u|s)mlal.

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 19 05:49:19 PDT 2022


dmgreen accepted this revision.
dmgreen added a comment.
This revision is now accepted and ready to land.

Sounds good to me.

I presume it will need to handle aarch64_neon_umull and UMULL because it will visit the add first, before the aarch64_neon_umull has been changed into a UMULL?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D125895



More information about the llvm-commits mailing list