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/82187] missed PRE at -O3


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

--- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> ---
PRE thinks we are creating a loop-carried dependence that might prevent
vectorization (which is enabled at -O3) thus it doesn't perform the transform.

So it's a feature ...

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