[Bug tree-optimization/18046] Missed jump threading optimization
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Tue Mar 21 16:05:00 GMT 2006
------- Comment #10 from pinskia at gcc dot gnu dot org 2006-03-21 16:05 -------
(In reply to comment #9)
> Daniel -- there's a pretty obvious redundant load from the global
> variable "i" in this testcase. I haven't investigated why PRE
> is missing this obvious redundancy.
Because tree level load PRE does not handle global variables, there is another
bug about this, PR 23455.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18046
More information about the Gcc-bugs
mailing list