Skip to content
Snippets Groups Projects
Commit 2e5d63f3 authored by Hans Wennborg's avatar Hans Wennborg
Browse files

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

Patch by Amara Emerson.

Differential Revision: https://reviews.llvm.org/D42860


git-svn-id: https://llvm.org/svn/llvm-project/cfe/branches/release_60@324212 91177308-0d34-0410-b5e6-96231b3b80d8
parent 9c57ee8b
No related branches found
No related tags found
No related merge requests found
...@@ -132,6 +132,11 @@ New Compiler Flags ...@@ -132,6 +132,11 @@ New Compiler Flags
difference between the ``-std=c17`` and ``-std=c11`` language modes is the 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. 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 Deprecated Compiler Flags
------------------------- -------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment