From dd6d52363003ef0a2e7c2293bb6d0c5f1f829b6a Mon Sep 17 00:00:00 2001 From: Vladimir Makarov Date: Mon, 10 Mar 2008 22:05:25 +0000 Subject: [PATCH] sse.md (ssse3_pmaddubswv8hi3, [...]): Remove commutativity hint. 2008-03-10 Vladimir Makarov * config/i386/sse.md (ssse3_pmaddubswv8hi3, ssse3_pmaddubswv4hi3): Remove commutativity hint. From-SVN: r133093 --- gcc/ChangeLog | 5 +++++ gcc/config/i386/sse.md | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5e06cc3154a..3bb4cb0e992 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2008-03-10 Vladimir Makarov + + * config/i386/sse.md (ssse3_pmaddubswv8hi3, ssse3_pmaddubswv4hi3): + Remove commutativity hint. + 2008-03-10 Jakub Jelinek PR c/35438 diff --git a/gcc/config/i386/sse.md b/gcc/config/i386/sse.md index 97250dbd2ed..8ea5bc0048b 100644 --- a/gcc/config/i386/sse.md +++ b/gcc/config/i386/sse.md @@ -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) -- 2.30.2