i386.md: Fix previous commit that mistakely applied the patch twice.
* i386.md: Fix previous commit that mistakely applied the patch twice. From-SVN: r64544
This commit is contained in:
parent
fe03d631df
commit
75fbf7d969
@ -4,6 +4,9 @@
|
||||
|
||||
Tue Mar 18 19:22:57 CET 2003 Jan Hubicka <jh@suse.cz>
|
||||
|
||||
* i386.md: Fix previous commit that mistakely applied the patch
|
||||
twice.
|
||||
|
||||
* alias.c (rtx_equal_for_memref_p): Assume that X and Y has been
|
||||
canonicalized.
|
||||
(memrefs_conflict_p): Likewise.
|
||||
|
@ -4506,16 +4506,6 @@
|
||||
[(set_attr "type" "sseicvt")
|
||||
(set_attr "athlon_decode" "double,vector")])
|
||||
|
||||
;; Avoid vector decoded form of the instruction.
|
||||
(define_peephole2
|
||||
[(match_scratch:SF 2 "x")
|
||||
(set (match_operand:DI 0 "register_operand" "")
|
||||
(fix:DI (match_operand:SF 1 "nonimmediate_operand" "")))]
|
||||
"TARGET_K8 && !optimize_size"
|
||||
[(set (match_dup 2) (match_dup 1))
|
||||
(set (match_dup 0) (fix:DI (match_dup 2)))]
|
||||
"")
|
||||
|
||||
;; Avoid vector decoded form of the instruction.
|
||||
(define_peephole2
|
||||
[(match_scratch:SF 2 "x")
|
||||
@ -4534,16 +4524,6 @@
|
||||
[(set_attr "type" "sseicvt,sseicvt")
|
||||
(set_attr "athlon_decode" "double,vector")])
|
||||
|
||||
;; Avoid vector decoded form of the instruction.
|
||||
(define_peephole2
|
||||
[(match_scratch:DF 2 "Y")
|
||||
(set (match_operand:DI 0 "register_operand" "")
|
||||
(fix:DI (match_operand:DF 1 "nonimmediate_operand" "")))]
|
||||
"TARGET_K8 && !optimize_size"
|
||||
[(set (match_dup 2) (match_dup 1))
|
||||
(set (match_dup 0) (fix:DI (match_dup 2)))]
|
||||
"")
|
||||
|
||||
;; Avoid vector decoded form of the instruction.
|
||||
(define_peephole2
|
||||
[(match_scratch:DF 2 "Y")
|
||||
@ -4657,16 +4637,6 @@
|
||||
[(set_attr "type" "sseicvt")
|
||||
(set_attr "athlon_decode" "double,vector")])
|
||||
|
||||
;; Avoid vector decoded form of the instruction.
|
||||
(define_peephole2
|
||||
[(match_scratch:SF 2 "x")
|
||||
(set (match_operand:SI 0 "register_operand" "")
|
||||
(fix:SI (match_operand:SF 1 "nonimmediate_operand" "")))]
|
||||
"TARGET_K8 && !optimize_size"
|
||||
[(set (match_dup 2) (match_dup 1))
|
||||
(set (match_dup 0) (fix:SI (match_dup 2)))]
|
||||
"")
|
||||
|
||||
;; Avoid vector decoded form of the instruction.
|
||||
(define_peephole2
|
||||
[(match_scratch:SF 2 "x")
|
||||
@ -4695,16 +4665,6 @@
|
||||
(set (match_dup 0) (fix:SI (match_dup 2)))]
|
||||
"")
|
||||
|
||||
;; Avoid vector decoded form of the instruction.
|
||||
(define_peephole2
|
||||
[(match_scratch:DF 2 "Y")
|
||||
(set (match_operand:SI 0 "register_operand" "")
|
||||
(fix:SI (match_operand:DF 1 "nonimmediate_operand" "")))]
|
||||
"TARGET_K8 && !optimize_size"
|
||||
[(set (match_dup 2) (match_dup 1))
|
||||
(set (match_dup 0) (fix:SI (match_dup 2)))]
|
||||
"")
|
||||
|
||||
(define_split
|
||||
[(set (match_operand:SI 0 "register_operand" "")
|
||||
(fix:SI (match_operand 1 "register_operand" "")))
|
||||
|
Loading…
Reference in New Issue
Block a user