[GHC] #8437: pprCallishMachOp_for_C: MO_Prefetch_Data 0 not supported
GHC
ghc-devs
Fri Oct 11 08:28:51 UTC 2013
#8437: pprCallishMachOp_for_C: MO_Prefetch_Data 0 not supported
-------------------------------------+-----------------------------
Reporter: erikd | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: 7.7
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture: powerpc64
Type of failure: None/Unknown | Difficulty: Unknown
Test Case: | Blocked By:
Blocking: | Related Tickets:
-------------------------------------+-----------------------------
Comment (by erikd):
The function prototype for `__builtin_prefetch` is:
{{{
void __builtin_prefetch( const void *addr, int rw, int locality )
}}}
but the `MO_Prefetch_Data` constructor only has one element.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8437#comment:1>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list