diff options
author | H.J. Lu <hongjiu.lu@intel.com> | 2008-05-15 13:29:11 +0000 |
---|---|---|
committer | H.J. Lu <hjl@gcc.gnu.org> | 2008-05-15 06:29:11 -0700 |
commit | 89b7851e069ab4dcb0e53f8d9a262fd74c07de97 (patch) | |
tree | b4bf13bc30fe456a7b6616eddb9f1eda50204816 /gcc/config | |
parent | 8fa477f7d5f7ecfc1337351251531c695a900786 (diff) | |
download | gcc-89b7851e069ab4dcb0e53f8d9a262fd74c07de97.zip gcc-89b7851e069ab4dcb0e53f8d9a262fd74c07de97.tar.gz gcc-89b7851e069ab4dcb0e53f8d9a262fd74c07de97.tar.bz2 |
sse.md (*vec_concatv2sf_sse4_1): Set prefix_extra attribute to 1 only for insertps alternative.
2008-05-15 H.J. Lu <hongjiu.lu@intel.com>
* config/i386/sse.md (*vec_concatv2sf_sse4_1): Set prefix_extra
attribute to 1 only for insertps alternative.
From-SVN: r135353
Diffstat (limited to 'gcc/config')
-rw-r--r-- | gcc/config/i386/sse.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/i386/sse.md b/gcc/config/i386/sse.md index 6e781c1..5f0f9d3 100644 --- a/gcc/config/i386/sse.md +++ b/gcc/config/i386/sse.md @@ -2272,7 +2272,7 @@ punpckldq\t{%2, %0|%0, %2} movd\t{%1, %0|%0, %1}" [(set_attr "type" "sselog,sselog,ssemov,mmxcvt,mmxmov") - (set_attr "prefix_extra" "1,*,*,*,*") + (set_attr "prefix_extra" "*,1,*,*,*") (set_attr "mode" "V4SF,V4SF,SF,DI,DI")]) ;; ??? In theory we can match memory for the MMX alternative, but allowing |