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/70102] Tree re-association prevents SLP vectorization at -Ofast.


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

--- Comment #3 from Richard Biener <rguenth at gcc dot gnu.org> ---
Note that LIM after reassoc performs store motion but that's too late for
reassocs heuristic involving reductions.  Which means we have a pass ordering
issue between reassoc and LIM (store motion to be precise, for the invariant
part reassoc is needed before LIM).

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