[PATCH] D139411: [AAch64] Optimize muls with operands having enough zero bits.

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 21 03:56:50 PST 2022


mstorsjo added a comment.

In D139411#4010352 <https://reviews.llvm.org/D139411#4010352>, @bipmis wrote:

> In D139411#4010230 <https://reviews.llvm.org/D139411#4010230>, @mstorsjo wrote:
>
>> The misoptimization occurs in this preprocessed file: https://martin.st/temp/lagarith-preproc.c
>
> Thanks for reporting. Should be fixed with the latest commit. The bootstrap passed fine as well.

Thanks! Yes, the issue seems to be fixed now.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D139411



More information about the llvm-commits mailing list