[PATCH] D42860: [ReleaseNotes] Add note for the new -fexperimental-isel flag.

Hans Wennborg via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 5 00:51:40 PST 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL324212: [ReleaseNotes] Add note for the new -fexperimental-isel flag. (authored by hans, committed by ).
Herald added a subscriber: llvm-commits.

Changed prior to commit:
  https://reviews.llvm.org/D42860?vs=132639&id=132790#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D42860

Files:
  cfe/branches/release_60/docs/ReleaseNotes.rst


Index: cfe/branches/release_60/docs/ReleaseNotes.rst
===================================================================
--- cfe/branches/release_60/docs/ReleaseNotes.rst
+++ cfe/branches/release_60/docs/ReleaseNotes.rst
@@ -132,6 +132,11 @@
   difference between the ``-std=c17`` and ``-std=c11`` language modes is the
   value of the ``__STDC_VERSION__`` macro, as C17 is a bug fix release.
 
+- Added the ``-fexperimental-isel`` and ``-fno-experimental-isel`` flags to
+  enable/disable the new GlobalISel instruction selection framework. This
+  feature is enabled by default for AArch64 at the ``-O0`` optimization level.
+  Support for other targets or optimization levels is currently incomplete.
+
 Deprecated Compiler Flags
 -------------------------
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D42860.132790.patch
Type: text/x-patch
Size: 762 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180205/b7673cf4/attachment-0001.bin>


More information about the cfe-commits mailing list