[PATCH] D85743: [CodeGen][AArch64] Support arm_sve_vector_bits attribute

Leonard Chan via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 28 10:49:28 PDT 2020


leonardchan added a comment.

> 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.


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