]> git.ipfire.org Git - thirdparty/gcc.git/commit
2013-09-17 Cong Hou <congh@google.com>
authorcongh <congh@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 17 Sep 2013 18:20:08 +0000 (18:20 +0000)
committercongh <congh@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 17 Sep 2013 18:20:08 +0000 (18:20 +0000)
commitf498d0cb6d06f0f916f30760168d0f73bd8fe04e
tree75fd528e1e86e10788fa4a4a6e084044adeff15f
parentaee083931cbdd7f24d8628469ef60a943cdaf289
2013-09-17  Cong Hou  <congh@google.com>

    * tree-vect-patterns.c (vect_recog_dot_prod_pattern): Fix a bug
      when checking the dot production pattern. The type of rhs operand
      of multiply is now checked correctly.

    * gcc.dg/vect/vect-reduc-dot-s16c.c: Add a test case with dot product
      on two arrays with short and int types. This should not be recognized
      as a dot product pattern.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@202663 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/vect/vect-reduc-dot-s16c.c [new file with mode: 0644]
gcc/tree-vect-patterns.c