[PATCH] D147428: [LoongArch] Optimize multiplication with immediates

Ben Shi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 3 01:07:39 PDT 2023


benshi001 added a comment.

In D147428#4239987 <https://reviews.llvm.org/D147428#4239987>, @SixWeining wrote:

> About the commit message, do you mean:
>
>   Optimize (mul r, c) to (SLLI (ALSL r, r, i0), i1)

Thanks! Fixed.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D147428



More information about the llvm-commits mailing list