diff options
author | Ben Gamari <bgamari.foss@gmail.com> | 2018-10-15 13:17:46 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2018-10-15 17:41:30 -0400 |
commit | 58dffa0aa4c2b30ac270e32ccb26b58f53cc69ef (patch) | |
tree | 5ba69bf42507e11030b9719cd13d5cee41edd051 /docs | |
parent | f945b7abc852f52b687db5aefca6e41656559520 (diff) | |
download | haskell-58dffa0aa4c2b30ac270e32ccb26b58f53cc69ef.tar.gz |
Deprecate -fllvm-pass-vectors-in-regs
Summary:
The behavior previously enabled by this flag is as been the default
since 8.6.1.
Reviewers: simonmar
Subscribers: rwbarton, carter
Differential Revision: https://phabricator.haskell.org/D5193
Diffstat (limited to 'docs')
-rw-r--r-- | docs/users_guide/8.8.1-notes.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/users_guide/8.8.1-notes.rst b/docs/users_guide/8.8.1-notes.rst index 4de2369313..37bad13b5b 100644 --- a/docs/users_guide/8.8.1-notes.rst +++ b/docs/users_guide/8.8.1-notes.rst @@ -61,6 +61,9 @@ Compiler - The :ghc-flag:`-Wcompat` warning group now includes :ghc-flag:`-Wstar-is-type`. +- The :ghc-flag:`-fllvm-pass-vectors-in-regs` flag is now deprecated as vector + arguments are now passed in registers by default. + Runtime system ~~~~~~~~~~~~~~ |