tree-cfg.c (verify_gimple_assign_unary): Allow vector conversions.
authorDmitry Plotnikov <dplotnikov@ispras.ru>
Sun, 30 Oct 2011 17:12:02 +0000 (17:12 +0000)
committerRichard Henderson <rth@gcc.gnu.org>
Sun, 30 Oct 2011 17:12:02 +0000 (10:12 -0700)
commit9db8f45d5d6cb5b6b66f241411f5a44cd72e3eac
treee44c3a45aa245b7294a083e14b64e2518eec620f
parent9814fdd6183efaa572a8cbd2a52e2abf30542413
tree-cfg.c (verify_gimple_assign_unary): Allow vector conversions.

2011-10-30  Dmitry Plotnikov  <dplotnikov@ispras.ru>

        * tree-cfg.c (verify_gimple_assign_unary): Allow vector conversions.
        * optabs.c (supportable_convert_operation): New function.
        * optabs.h (supportable_convert_operation): New prototype.
        * tree-vect-stmts.c (vectorizable_conversion): Change condition and
        behavior for NONE modifier case.
        * tree.h (VECTOR_INTEGER_TYPE_P): New macro.

From-SVN: r180684
gcc/ChangeLog
gcc/optabs.c
gcc/optabs.h
gcc/tree-cfg.c
gcc/tree-vect-stmts.c
gcc/tree.h