Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15:Update
ghc
0001-PPC-CodeGen-fix-lwa-instruction-generation...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0001-PPC-CodeGen-fix-lwa-instruction-generation.patch of Package ghc
From ff48b3e3fd90e0328921f5e86460aba3ff217002 Mon Sep 17 00:00:00 2001 From: Peter Trommler <ptrommler@acm.org> Date: Mon, 25 Jan 2016 20:32:44 +0100 Subject: [PATCH] PPC/CodeGen: fix lwa instruction generation --- compiler/nativeGen/PPC/CodeGen.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: ghc-8.0.2/compiler/nativeGen/PPC/CodeGen.hs =================================================================== --- ghc-8.0.2.orig/compiler/nativeGen/PPC/CodeGen.hs +++ ghc-8.0.2/compiler/nativeGen/PPC/CodeGen.hs @@ -466,7 +466,7 @@ getRegister' _ (CmmMachOp (MO_SS_Conv W1 return (Any II64 (\dst -> addr_code `snocOL` LA II16 dst addr)) getRegister' _ (CmmMachOp (MO_UU_Conv W32 W64) [CmmLoad mem _]) = do - Amode addr addr_code <- getAmode D mem + Amode addr addr_code <- getAmode DS mem -- lwa is DS-form return (Any II64 (\dst -> addr_code `snocOL` LD II32 dst addr)) getRegister' _ (CmmMachOp (MO_SS_Conv W32 W64) [CmmLoad mem _]) = do
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor