[commit: ghc] master: Make vectInfoParallelVars a DVarSet (5db93d2)
git at git.haskell.org
git at git.haskell.org
Tue Jun 7 15:20:04 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/5db93d2e567ecb7169b06097244361327ec1eb2a/ghc
>---------------------------------------------------------------
commit 5db93d2e567ecb7169b06097244361327ec1eb2a
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
>---------------------------------------------------------------
5db93d2e567ecb7169b06097244361327ec1eb2a
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 5db93d2e567ecb7169b06097244361327ec1eb2a
More information about the ghc-commits
mailing list