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

--- Comment #5 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Alternatively we should just remove that scan-tree-dump-times from the test
altogether, counting additions where either lhs or rhs1 of addition has vect_
in name is quite flawed, we have lots of other vector additions that just use
anonymous SSA_NAMEs without any name (_114 etc.), but still have vector types.

Counting addps etc. insns doesn't work though, there are 23 before and after
the r156043 change.

Richard, what is your preference here?

Reply via email to