[commit: ghc] master: PPC NCG: Implement MachOps for smaller sizes (9e763af)

git at git.haskell.org git at git.haskell.org
Tue Dec 11 23:21:54 UTC 2018


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/9e763afa9f1f75eacce24291f298f32527591b14/ghc

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

commit 9e763afa9f1f75eacce24291f298f32527591b14
Author: Peter Trommler <ptrommler at acm.org>
Date:   Tue Dec 11 13:21:50 2018 -0500

    PPC NCG: Implement MachOps for smaller sizes
    
    Generate code for MachOps with smaller than wordsize data.
    Refactor conversion MachOps.
    
    Fixes #15854
    
    Test Plan: validate (I validated on powerpc64le and x86_64 Linux)
    
    Reviewers: bgamari, hvr, erikd, simonmar
    
    Subscribers: rwbarton, carter
    
    GHC Trac Issues: #15854
    
    Differential Revision: https://phabricator.haskell.org/D5300


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

9e763afa9f1f75eacce24291f298f32527591b14
 compiler/nativeGen/PPC/CodeGen.hs | 307 ++++++++++++++++++--------------------
 1 file changed, 146 insertions(+), 161 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 9e763afa9f1f75eacce24291f298f32527591b14


More information about the ghc-commits mailing list