[GHC] #9157: cmm common block not eliminated
GHC
ghc-devs at haskell.org
Thu Mar 5 08:08:57 UTC 2015
#9157: cmm common block not eliminated
-------------------------------------+-------------------------------------
Reporter: wojteknar | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: 7.8.2
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture:
Type of failure: Other | Unknown/Multiple
Blocked By: | Test Case:
Related Tickets: | Blocking:
| Differential Revisions:
-------------------------------------+-------------------------------------
Comment (by jstolarek):
Replying to [comment:3 jstolarek]:
>
[https://github.com/ghc/ghc/blob/master/compiler/cmm/CmmCommonBlockElim.hs#L62
We check these two block for equality], except that this time we don't
ignore the labels and other unique identifiers (eg.
[https://github.com/ghc/ghc/blob/master/compiler/cmm/CmmCommonBlockElim.hs#L148
here]).
These links are no longer accurate because I didn't link to a particular
commit. Here's a fixed version:
[https://github.com/ghc/ghc/blob/b8b8d190525b073aa44f7a5bda555e25ea7ef5d6/compiler/cmm/CmmCommonBlockElim.hs#L62
We check these two block for equality], except that this time we don't
ignore the labels and other unique identifiers (eg.
[https://github.com/ghc/ghc/blob/b8b8d190525b073aa44f7a5bda555e25ea7ef5d6/compiler/cmm/CmmCommonBlockElim.hs#L148
here]).
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/9157#comment:9>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list