This is the mail archive of the gcc-patches@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]

Re: Fix PR tree-optimization/25809


On Mon, Apr 16, 2007 at 10:02:52AM -0700, Daniel Berlin wrote:
> In PR 25809, it was requested that PRE perform cast motion to move
> invariant casts out of loops, apparently to help vectorization and
> other things.
> 
> This patch does that.
> 
> I have no idea whether it helps or hurts SPEC. If someone tells me
> this ends up not being a win, i'm happy to revert it and mark the bug
> WONTFIX :)
> 

I will check it out for SPEC CPU 2K and 2006.


H.J.


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