[GHC] #8107: need types to express constant argument for primop correctness
GHC
ghc-devs at haskell.org
Thu Aug 1 20:44:28 CEST 2013
#8107: need types to express constant argument for primop correctness
-------------------------------------+------------------------------------
Reporter: carter | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: 7.6.3
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture: Unknown/Multiple
Type of failure: None/Unknown | Difficulty: Unknown
Test Case: | Blocked By:
Blocking: | Related Tickets:
-------------------------------------+------------------------------------
Comment (by carter):
example code that would tickle this might be something like
{-# NOINLINE f#-}
f add# prior# = prefetch add# prior#
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8107#comment:3>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list