[commit: ghc] wip/ghc-8.0-det: Make vectInfoParallelVars a DVarSet (3f5ef15)
git at git.haskell.org
git at git.haskell.org
Mon Jul 18 17:58:57 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/ghc-8.0-det
Link : http://ghc.haskell.org/trac/ghc/changeset/3f5ef15ff996794f733cc85623ebcd80008540ef/ghc
>---------------------------------------------------------------
commit 3f5ef15ff996794f733cc85623ebcd80008540ef
Author: Bartosz Nitka <niteria at gmail.com>
Date: Tue Jun 7 07:19:30 2016 -0700
Make vectInfoParallelVars a DVarSet
We dump it in the interface file, so we need to do it in a
deterministic order. I haven't seen any problems with this
during my testing, but that's probably because it's unused.
Test Plan: ./validate
Reviewers: simonmar, austin, bgamari
Subscribers: thomie
Differential Revision: https://phabricator.haskell.org/D2313
GHC Trac Issues: #4012
>---------------------------------------------------------------
3f5ef15ff996794f733cc85623ebcd80008540ef
compiler/iface/MkIface.hs | 2 +-
compiler/iface/TcIface.hs | 2 +-
compiler/main/HscTypes.hs | 6 +++---
compiler/main/TidyPgm.hs | 11 ++++++-----
compiler/vectorise/Vectorise/Env.hs | 7 ++++---
compiler/vectorise/Vectorise/Exp.hs | 4 ++--
compiler/vectorise/Vectorise/Monad.hs | 2 +-
compiler/vectorise/Vectorise/Monad/Global.hs | 2 +-
8 files changed, 19 insertions(+), 17 deletions(-)
Diff suppressed because of size. To see it, use:
git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc 3f5ef15ff996794f733cc85623ebcd80008540ef
More information about the ghc-commits
mailing list