[PATCH] D123518: GlobalISel: memSizeNotByteSizePow2 legality helper

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 11 16:00:30 PDT 2022


arsenm added a comment.

In D123518#3444061 <https://reviews.llvm.org/D123518#3444061>, @paquette wrote:

>> Also small bug fix that prevented the correct insertion of G_ASSERT_ZEXT in the AArch64 use case.
>
> This looks like it's 32 bit ARM not AArch64?

No, the fix prevented a regression in the AArch64 case. The opposite improvement was made to the ARM one


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

https://reviews.llvm.org/D123518



More information about the llvm-commits mailing list