Skip to content
This repository was archived by the owner on Nov 1, 2021. It is now read-only.

Commit 2e5d63f

Browse files
committed
[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
1 parent 9c57ee8 commit 2e5d63f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/ReleaseNotes.rst

+5
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,11 @@ New Compiler Flags
132132
difference between the ``-std=c17`` and ``-std=c11`` language modes is the
133133
value of the ``__STDC_VERSION__`` macro, as C17 is a bug fix release.
134134

135+
- Added the ``-fexperimental-isel`` and ``-fno-experimental-isel`` flags to
136+
enable/disable the new GlobalISel instruction selection framework. This
137+
feature is enabled by default for AArch64 at the ``-O0`` optimization level.
138+
Support for other targets or optimization levels is currently incomplete.
139+
135140
Deprecated Compiler Flags
136141
-------------------------
137142

0 commit comments

Comments
 (0)