[PATCH] D137269: [Clang][AArch64][Darwin] Enable GlobalISel by default for Darwin ARM64 platforms.

Arthur Eubanks via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 10 10:54:00 PST 2022


aeubanks added a comment.

In D137269#3916916 <https://reviews.llvm.org/D137269#3916916>, @nikic wrote:

> I'd like to object to enabling this via the frontend. This means that non-clang frontends will now use a non-default configuration that is not extensively tested by upstream anymore.
>
> If you don't want to change tests, you can adjust the RUN lines to explicitly disable globalisel.

+1, even in-tree if you use lld/LTO you won't be using globalisel


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D137269



More information about the cfe-commits mailing list