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/66003] missed cse opportunity in addr expressions because of tree pre/lim


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66003

--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
slsr does a good job at cleaning up a little bit the code.  I would have
suspected slsr would have generated the addresses correctly and move the add
inside the loop.


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