[commit: ghc] wip/ghc-8.0-det: Use DVarSet in Vectorise.Exp (2aa7a22)
git at git.haskell.org
git at git.haskell.org
Thu Jul 14 13:54:14 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/ghc-8.0-det
Link : http://ghc.haskell.org/trac/ghc/changeset/2aa7a225841fc0369736f42abacd4afe2db4984f/ghc
>---------------------------------------------------------------
commit 2aa7a225841fc0369736f42abacd4afe2db4984f
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
>---------------------------------------------------------------
2aa7a225841fc0369736f42abacd4afe2db4984f
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 2aa7a225841fc0369736f42abacd4afe2db4984f
More information about the ghc-commits
mailing list