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

Nikita Popov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 9 02:22:12 PST 2022


nikic added a comment.

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.


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