sse.md (*vec_extractv2di_1_sse2): Do not calculate "memory" attribute for "sseishft" type insn without operands[2].
* config/i386/sse.md (*vec_extractv2di_1_sse2): Do not calculate "memory" attribute for "sseishft" type insn without operands[2]. From-SVN: r125075
This commit is contained in:
parent
6b757a0d5d
commit
5b98f74d38
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2007-05-25 Uros Bizjak <ubizjak@gmail.com>
|
||||
|
||||
* config/i386/sse.md (*vec_extractv2di_1_sse2): Do not calculate
|
||||
"memory" attribute for "sseishft" type insn without operands[2].
|
||||
|
||||
2007-05-25 Dirk Mueller <dmueller@suse.de>
|
||||
Marcus Meissner <meissner@suse.de>
|
||||
|
||||
|
|
|
@ -4493,6 +4493,7 @@
|
|||
psrldq\t{$8, %0|%0, 8}
|
||||
movq\t{%H1, %0|%0, %H1}"
|
||||
[(set_attr "type" "ssemov,sseishft,ssemov")
|
||||
(set_attr "memory" "*,none,*")
|
||||
(set_attr "mode" "V2SF,TI,TI")])
|
||||
|
||||
;; Not sure this is ever used, but it doesn't hurt to have it. -aoliva
|
||||
|
|
Loading…
Add table
Reference in a new issue