mirror of git://gcc.gnu.org/git/gcc.git
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:
parent
1d4edfd6cb
commit
dd6d523630
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue