From: Jan Hubicka Date: Tue, 18 Mar 2003 19:02:52 +0000 (+0100) Subject: i386.md: Fix previous commit that mistakely applied the patch twice. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=75fbf7d9694901f476bfc057120423b57812aa55;p=gcc.git 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e7554f2bab5..3f96b31d815 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -4,6 +4,9 @@ Tue Mar 18 19:22:57 CET 2003 Jan Hubicka + * 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. diff --git a/gcc/config/i386/i386.md b/gcc/config/i386/i386.md index 22b6a14a3b1..ae3957da1e3 100644 --- a/gcc/config/i386/i386.md +++ b/gcc/config/i386/i386.md @@ -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" "")))