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

JinGu Kang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 5 04:32:23 PDT 2021


jaykang10 added a comment.

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

> In D109963#3042177 <https://reviews.llvm.org/D109963#3042177>, @zatrazz wrote:
>
>> This has caused a regression on stage2 buildbot [1], more specifically the test FAIL: Clang::p4-0x.cpp (but I think the other others might be related).
>>
>> [1] https://lab.llvm.org/buildbot/#/builders/185/builds/543
>
> um... I checked the bootstrap build before pushing this patch. Let me check it again.

It looks like the test has `-fsyntax-only` command line option so I think clang patches have caused the error.


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

https://reviews.llvm.org/D109963



More information about the llvm-commits mailing list