]> git.ipfire.org Git - thirdparty/gcc.git/commit
simplify-rtx.c (simplify_binary_operation_1): Optimize case of nested VEC_SELECTs...
authorBill Schmidt <wschmidt@linux.vnet.ibm.com>
Tue, 20 May 2014 14:14:21 +0000 (14:14 +0000)
committerWilliam Schmidt <wschmidt@gcc.gnu.org>
Tue, 20 May 2014 14:14:21 +0000 (14:14 +0000)
commitec217bd88a7f9ac30e05ff43de51dda5e4b001d2
treec70cebb42d5110d8ce5aba1d0dec49af965a4b52
parentb2b222b31138eb3772cfd648ff2cf31be27ee30b
simplify-rtx.c (simplify_binary_operation_1): Optimize case of nested VEC_SELECTs that are inverses of each other.

[gcc]

2014-05-20  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>

* simplify-rtx.c (simplify_binary_operation_1): Optimize case of
nested VEC_SELECTs that are inverses of each other.

[gcc/testsuite]

2014-05-20  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>

* gcc.target/powerpc/vsxcopy.c: New test.

From-SVN: r210644
gcc/ChangeLog
gcc/simplify-rtx.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/powerpc/vsxcopy.c [new file with mode: 0644]