diff options
author | Peter Trommler <ptrommler@acm.org> | 2015-11-11 12:32:19 +0100 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2015-11-11 12:32:33 +0100 |
commit | fb0d5120d383324c6934144b938525378e3ade75 (patch) | |
tree | b01c3b34f7b342efcd471c0d5a5db75fe9d3eae2 /compiler/codeGen | |
parent | badf5d54907a5a5e9224c44310f991a52379b4c1 (diff) | |
download | haskell-fb0d5120d383324c6934144b938525378e3ade75.tar.gz |
nativeGen.PPC: Fix shift arith. right > 31 bits
Arithmetic right shifts of more than 31 bits set all bits to
the sign bit on PowerPC. iThe assembler does not allow shift
amounts larger than 32 so do an arithemetic right shift of 31
bit instead.
Fixes #10870
Test Plan: validate (especially on powerpc)
Reviewers: austin, erikd, bgamari
Reviewed By: bgamari
Subscribers: thomie
Differential Revision: https://phabricator.haskell.org/D1459
GHC Trac Issues: #10870
Diffstat (limited to 'compiler/codeGen')
0 files changed, 0 insertions, 0 deletions