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 target/57796] AVX2 gather vectorization: code bloat and reduction of performance


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

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
By tuning I've meant the vectorizer cost model.  If the desirability of gathers
vs. no vectorization at all doesn't depend only on the insns in the loop, but
also on how many iterations the loop has, then perhaps we'd need to runtime
version it or something.


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