[Git][ghc/ghc][wip/angerman/aarch64-ncg] :sob:

Moritz Angermann gitlab at gitlab.haskell.org
Mon Jul 20 12:53:25 UTC 2020



Moritz Angermann pushed to branch wip/angerman/aarch64-ncg at Glasgow Haskell Compiler / GHC


Commits:
46fba2c9 by Moritz Angermann at 2020-07-20T12:53:13+00:00
:sob:

- - - - -


1 changed file:

- compiler/GHC/CmmToAsm.hs


Changes:

=====================================
compiler/GHC/CmmToAsm.hs
=====================================
@@ -275,7 +275,7 @@ aarch64NcgImpl config
        ,pprNatCmmDecl             = AArch64.Ppr.pprNatCmmDecl config
        ,maxSpillSlots             = AArch64.Instr.maxSpillSlots config
        ,allocatableRegs           = AArch64.Regs.allocatableRegs platform
-       ,ncgAllocMoreStack         = AArch64.Instr.noAllocMoreStack
+       ,ncgAllocMoreStack         = AArch64.Instr.allocMoreStack platform
        ,ncgExpandTop              = id
        ,ncgMakeFarBranches        = const id
        ,extractUnwindPoints       = const []



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/46fba2c91e1c4d23d46fa2d9b18dcd000c80363d

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/46fba2c91e1c4d23d46fa2d9b18dcd000c80363d
You're receiving this email because of your account on gitlab.haskell.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20200720/f8c443e4/attachment.html>


More information about the ghc-commits mailing list