[commit: ghc] wip/T14152: Inline exit join points in the "final" simplifier iteration (88e7379)

git at git.haskell.org git at git.haskell.org
Tue Oct 24 14:09:41 UTC 2017


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/T14152
Link       : http://ghc.haskell.org/trac/ghc/changeset/88e73790bba078eb1956424673be5dc2bd7e65b9/ghc

>---------------------------------------------------------------

commit 88e73790bba078eb1956424673be5dc2bd7e65b9
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Fri Sep 1 15:02:34 2017 +0100

    Inline exit join points in the "final" simplifier iteration


>---------------------------------------------------------------

88e73790bba078eb1956424673be5dc2bd7e65b9
 compiler/simplCore/CoreMonad.hs                    |   7 +-
 compiler/simplCore/Exitify.hs                      |   6 +
 compiler/simplCore/SimplCore.hs                    |  40 ++--
 compiler/simplCore/SimplUtils.hs                   |   7 +-
 compiler/simplCore/Simplify.hs                     |   3 +-
 testsuite/tests/simplCore/should_compile/T14152.hs |  22 ++
 .../tests/simplCore/should_compile/T14152.stderr   | 129 ++++++++++++
 .../tests/simplCore/should_compile/T14152a.hs      |   1 +
 .../tests/simplCore/should_compile/T14152a.stderr  | 222 +++++++++++++++++++++
 testsuite/tests/simplCore/should_compile/all.T     |   2 +
 10 files changed, 417 insertions(+), 22 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 88e73790bba078eb1956424673be5dc2bd7e65b9


More information about the ghc-commits mailing list