Commit 68908a06 by Bill Schmidt Committed by William Schmidt

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
parent 1715bb17
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> 2014-02-25 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
PR target/55426 PR target/55426
......
...@@ -608,8 +608,8 @@ ...@@ -608,8 +608,8 @@
(ge:VEC_F (match_dup 2) (ge:VEC_F (match_dup 2)
(match_dup 1))) (match_dup 1)))
(set (match_dup 0) (set (match_dup 0)
(not:VEC_F (ior:VEC_F (match_dup 3) (and:VEC_F (not:VEC_F (match_dup 3))
(match_dup 4))))] (not:VEC_F (match_dup 4))))]
" "
{ {
operands[3] = gen_reg_rtx (<MODE>mode); operands[3] = gen_reg_rtx (<MODE>mode);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment