[commit: ghc] wip/ghc-8.0-det: Use DVarSet in Vectorise.Exp (2d3dc76)
git at git.haskell.org
git at git.haskell.org
Mon Jul 18 17:58:49 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/ghc-8.0-det
Link : http://ghc.haskell.org/trac/ghc/changeset/2d3dc76bceb93297bc0d67852c079e85ad04a156/ghc
>---------------------------------------------------------------
commit 2d3dc76bceb93297bc0d67852c079e85ad04a156
Author: Bartosz Nitka <niteria at gmail.com>
Date: Tue Jun 7 06:28:51 2016 -0700
Use DVarSet in Vectorise.Exp
I believe this part of code is a bit unused. That's
probably why it never became a problem in my testing.
I'm changing to deterministic sets here to be safer.
Test Plan: ./validate
Reviewers: simonmar, austin, bgamari
Subscribers: thomie
Differential Revision: https://phabricator.haskell.org/D2312
GHC Trac Issues: #4012
>---------------------------------------------------------------
2d3dc76bceb93297bc0d67852c079e85ad04a156
compiler/vectorise/Vectorise/Exp.hs | 53 ++++++++++++++++++-------------------
1 file changed, 26 insertions(+), 27 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 2d3dc76bceb93297bc0d67852c079e85ad04a156
More information about the ghc-commits
mailing list