[PATCH] D111862: [AArch64] Canonicalize X*(Y+1) or X*(1-Y) to madd/msub

weiwei via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 25 02:16:15 PDT 2021


wwei added a comment.

In D111862#3075475 <https://reviews.llvm.org/D111862#3075475>, @david-arm wrote:

> Hi @wwei, have you done any performance measurements with this change on hardware to see what effect it has on some benchmarks?

We found this optimization opportunity on some HPC workloads, but we haven’t tested the performance gain yet.


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

https://reviews.llvm.org/D111862



More information about the llvm-commits mailing list