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 middle-end/37221] GCC for Cell SPU produces poor code when there is load-after-store in different loops



------- Comment #4 from tehila at il dot ibm dot com  2008-08-25 14:52 -------
(In reply to comment #2)

> Hopefully, if that loop would be unrolled, the SRA will have the opportunity 
> to do the transformation we expect it to do.

I've tried it manually, and that indeed works.
i.e., if we'll be able to unroll the loop we currently don't, the SRA will do
the work.


-- 


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


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