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/50374] Support vectorization of min/max location pattern


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

--- Comment #24 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-11-29 14:46:59 UTC ---
Created attachment 25945
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25945
gcc47-pr50374.patch

This updated patch applies (had to remove various parts from the older patch
that have been upstreamed independently and adjust e.g. to the
vectorizable_condition SLP changes), and passes vect.exp=\*minmax\* testing,
haven't tested anything beyond that.  The above written issues still apply of
course.


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