[PATCH] D42276: [Driver] Add an -fexperimental-isel driver option to enable/disable GlobalISel

Amara Emerson via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 23 19:59:04 PST 2018


aemerson updated this revision to Diff 131191.
aemerson added a comment.

I've added two kinds of warnings, one for targets which have incomplete GISel support, and another for unsupported optimisation levels (for ARM64 -O{1,2,3,s,z}).


Repository:
  rC Clang

https://reviews.llvm.org/D42276

Files:
  include/clang/Basic/DiagnosticDriverKinds.td
  include/clang/Basic/DiagnosticGroups.td
  include/clang/Driver/Options.td
  lib/Driver/ToolChains/Clang.cpp
  test/Driver/global-isel.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D42276.131191.patch
Type: text/x-patch
Size: 5971 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180124/a67a87ef/attachment.bin>


More information about the cfe-commits mailing list