[PATCH] D109963: [AArch64] Split bitmask immediate of bitwise AND operation

JinGu Kang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 28 03:55:11 PDT 2021


jaykang10 added a comment.

In D109963#3026759 <https://reviews.llvm.org/D109963#3026759>, @jaykang10 wrote:

> In D109963#3026741 <https://reviews.llvm.org/D109963#3026741>, @dmgreen wrote:
>
>> Thanks. LGTM
>>
>> This kind of code can be incredibly easy to get wrong. Perhaps try running a bootstrap or something like it to flush out any issues.
>
> Thanks for review. Let me run bootstrap build and check some benchmarks.

I have checked bootstrap build and test-suite. After fixing a bug, they are passed. Let me push this patch.


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

https://reviews.llvm.org/D109963



More information about the llvm-commits mailing list