]> git.ipfire.org Git - thirdparty/gcc.git/commit
simplify-rtx.c (simplify_binary_operation_1): Handle the case where both arguments...
authorJakub Jelinek <jakub@redhat.com>
Wed, 22 Nov 2017 20:48:38 +0000 (21:48 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Wed, 22 Nov 2017 20:48:38 +0000 (21:48 +0100)
commit217e4393f7540b4f32c4eafbe3ffeceeb063eb30
tree264eddb370dec5ee4c22fdabee17192ddb563af4
parenta97ae55991e4849f162a61bbf980009d549107e7
simplify-rtx.c (simplify_binary_operation_1): Handle the case where both arguments are using gen_const_vec_series.

* simplify-rtx.c (simplify_binary_operation_1) <case VEC_SERIES>:
Handle the case where both arguments are using gen_const_vec_series.

From-SVN: r255079
gcc/ChangeLog
gcc/simplify-rtx.c