vector.md (*vector_ordered<mode>): Change split to use canonical form for nor<mode>3.

2014-02-25  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>

	* config/rs6000/vector.md (*vector_ordered<mode>): Change split to
	use canonical form for nor<mode>3.
	(*vector_unordered<mode>): Likewise.

From-SVN: r208122
This commit is contained in:
Bill Schmidt 2014-02-25 13:28:25 +00:00 committed by William Schmidt
parent 1715bb1724
commit 68908a067f
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2014-02-25 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
* config/rs6000/vector.md (*vector_ordered<mode>): Change split to
use canonical form for nor<mode>3.
(*vector_unordered<mode>): Likewise.
2014-02-25 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
PR target/55426

View File

@ -608,8 +608,8 @@
(ge:VEC_F (match_dup 2)
(match_dup 1)))
(set (match_dup 0)
(not:VEC_F (ior:VEC_F (match_dup 3)
(match_dup 4))))]
(and:VEC_F (not:VEC_F (match_dup 3))
(not:VEC_F (match_dup 4))))]
"
{
operands[3] = gen_reg_rtx (<MODE>mode);