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 optimization/14046] [tree-ssa regression] address calculation not moved out of innermost loop


------- Additional Comments From rguenth at tat dot physik dot uni-tuebingen dot de  2004-02-06 14:49 -------
looking at the loop optimizer dump and comparing to 3.4, I see that for tree-ssa:

Loop at 71 ignored due to multiple entry points.

so the tree optimizers obfuscate the loop too much it seems (in fact, the
optimized tree dump looks very obfuscated - to me ;) ).

I remember a patch floating around to avoid the obfuscation, but don't remember
if it was applied. Jeff?


-- 


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


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