Commit 40746f40 by Jakub Jelinek Committed by Jakub Jelinek

sse.md (vec_set<mode>): Change V_128 iterator mode to V.

	* config/i386/sse.md (vec_set<mode>): Change V_128 iterator mode
	to V.

From-SVN: r179931
parent 9a6b63c3
2011-10-13 Jakub Jelinek <jakub@redhat.com> 2011-10-13 Jakub Jelinek <jakub@redhat.com>
* config/i386/sse.md (vec_set<mode>): Change V_128 iterator mode
to V.
2011-10-13 Jakub Jelinek <jakub@redhat.com>
Richard Guenther <rguenther@suse.de> Richard Guenther <rguenther@suse.de>
* tree-ssa.c (maybe_optimize_var): Drop TREE_ADDRESSABLE * tree-ssa.c (maybe_optimize_var): Drop TREE_ADDRESSABLE
...@@ -3786,7 +3786,7 @@ ...@@ -3786,7 +3786,7 @@
}) })
(define_expand "vec_set<mode>" (define_expand "vec_set<mode>"
[(match_operand:V_128 0 "register_operand" "") [(match_operand:V 0 "register_operand" "")
(match_operand:<ssescalarmode> 1 "register_operand" "") (match_operand:<ssescalarmode> 1 "register_operand" "")
(match_operand 2 "const_int_operand" "")] (match_operand 2 "const_int_operand" "")]
"TARGET_SSE" "TARGET_SSE"
......
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