[commit: ghc] wip/kavon-nosplit-llvm: CmmCall now keeps track of the returned global regs, which is information we were throwing away during codeGen (f6e6875)
git at git.haskell.org
git at git.haskell.org
Tue Jun 27 09:15:20 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/kavon-nosplit-llvm
Link : http://ghc.haskell.org/trac/ghc/changeset/f6e687572a9add1c43e4bc8adb996a0113ad2d24/ghc
>---------------------------------------------------------------
commit f6e687572a9add1c43e4bc8adb996a0113ad2d24
Author: Kavon Farvardin <kavon at farvard.in>
Date: Wed May 17 16:21:04 2017 +0100
CmmCall now keeps track of the returned global regs, which is information we were throwing away during codeGen
>---------------------------------------------------------------
f6e687572a9add1c43e4bc8adb996a0113ad2d24
compiler/cmm/CmmLayoutStack.hs | 1 +
compiler/cmm/MkGraph.hs | 10 ++++++----
compiler/cmm/PprCmm.hs | 2 +-
compiler/codeGen/StgCmmExpr.hs | 12 ++++++------
compiler/codeGen/StgCmmForeign.hs | 2 +-
compiler/codeGen/StgCmmHeap.hs | 18 +++++++++---------
compiler/codeGen/StgCmmLayout.hs | 6 +++---
compiler/codeGen/StgCmmMonad.hs | 6 +++---
8 files changed, 30 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 f6e687572a9add1c43e4bc8adb996a0113ad2d24
More information about the ghc-commits
mailing list