sse.md (ssse3_pmaddubswv8hi3, [...]): Remove commutativity hint.

2008-03-10  Vladimir Makarov  <vmakarov@redhat.com>

	* config/i386/sse.md (ssse3_pmaddubswv8hi3, ssse3_pmaddubswv4hi3):
	Remove commutativity hint.

From-SVN: r133093
This commit is contained in:
Vladimir Makarov 2008-03-10 22:05:25 +00:00 committed by Vladimir Makarov
parent 1d4edfd6cb
commit dd6d523630
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2008-03-10 Vladimir Makarov <vmakarov@redhat.com>
* config/i386/sse.md (ssse3_pmaddubswv8hi3, ssse3_pmaddubswv4hi3):
Remove commutativity hint.
2008-03-10 Jakub Jelinek <jakub@redhat.com>
PR c/35438

View File

@ -5969,7 +5969,7 @@
(mult:V8HI
(zero_extend:V8HI
(vec_select:V4QI
(match_operand:V16QI 1 "nonimmediate_operand" "%0")
(match_operand:V16QI 1 "nonimmediate_operand" "0")
(parallel [(const_int 0)
(const_int 2)
(const_int 4)
@ -6023,7 +6023,7 @@
(mult:V4HI
(zero_extend:V4HI
(vec_select:V4QI
(match_operand:V8QI 1 "nonimmediate_operand" "%0")
(match_operand:V8QI 1 "nonimmediate_operand" "0")
(parallel [(const_int 0)
(const_int 2)
(const_int 4)