[PATCH] D85743: [CodeGen][AArch64] Support arm_sve_vector_bits attribute
Cullen Rhodes via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 1 05:14:12 PDT 2020
c-rhodes added a comment.
In D85743#2244839 <https://reviews.llvm.org/D85743#2244839>, @leonardchan wrote:
>> The IR differences were caused by the new pass manager which is on by default for the Fuchsia builder. I've re-landed the patch with a fix for `CodeGen/attr-arm-sve-vector-bits-call.c` to use the legacy pm with `-fno-experimental-new-pass-manager`.
>
> Thanks for the update! We do have the new PM on by default, but I'm surprised that this wouldn't appear on `clang-x86_64-debian-new-pass-manager-fast` which also tests the new PM.
No problem, I checked and it did fail for that builder [1] but for some reason I didn't receive an email.
[1] http://lab.llvm.org:8011/builders/clang-x86_64-debian-new-pass-manager-fast/builds/14050
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D85743/new/
https://reviews.llvm.org/D85743
More information about the cfe-commits
mailing list