This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug tree-optimization/25809] missed PRE optimization - move "invariant casts" out of loops



------- Comment #2 from dberlin at gcc dot gnu dot org  2006-01-17 14:27 -------
Subject: Re:  missed PRE optimization - move
 "invariant casts" out of loops

rguenth at gcc dot gnu dot org wrote:
> ------- Comment #1 from rguenth at gcc dot gnu dot org  2006-01-17 11:47 -------
> Confirmed.  LIM could do it also, and it looks like its a full redundancy even.
> 
> 
Well, PRE certainly can't sink the one assignment out the bottom, but it
should be able to move the one to the top :)


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25809


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]