public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-1065] C-SKY: Delete TARGET_CAN_CHANGE_MODE_CLASS, use defualt definition.
@ 2021-05-26  9:24 qu
  0 siblings, 0 replies; only message in thread
From: qu @ 2021-05-26  9:24 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:5f338210456bf4f142a2da6eb0a01ae8ffecaa88

commit r12-1065-g5f338210456bf4f142a2da6eb0a01ae8ffecaa88
Author: Geng Qi <gengqi@linux.alibaba.com>
Date:   Fri Apr 30 21:02:15 2021 +0800

    C-SKY: Delete TARGET_CAN_CHANGE_MODE_CLASS, use defualt definition.
    
    gcc/ChangeLog:
    
            * config/csky/csky.c (csky_can_change_mode_class): Delete.
            For csky, HF/SF mode use the low bits of VREGS.

Diff:
---
 gcc/config/csky/csky.c | 16 ----------------
 1 file changed, 16 deletions(-)

diff --git a/gcc/config/csky/csky.c b/gcc/config/csky/csky.c
index c0e42a26026..e55821fe2ee 100644
--- a/gcc/config/csky/csky.c
+++ b/gcc/config/csky/csky.c
@@ -608,9 +608,6 @@ csky_default_logical_op_non_short_circuit (void)
 #undef TARGET_MODES_TIEABLE_P
 #define TARGET_MODES_TIEABLE_P csky_modes_tieable_p
 
-#undef TARGET_CAN_CHANGE_MODE_CLASS
-#define TARGET_CAN_CHANGE_MODE_CLASS csky_can_change_mode_class
-
 #undef	TARGET_CONDITIONAL_REGISTER_USAGE
 #define TARGET_CONDITIONAL_REGISTER_USAGE csky_conditional_register_usage
 
@@ -2370,19 +2367,6 @@ csky_modes_tieable_p (machine_mode mode1, machine_mode mode2)
 	   && (mode1 == DFmode || mode2 == DFmode));
 }
 
-/* Implement TARGET_CAN_CHANGE_MODE_CLASS.
-   V_REG registers can't do subreg as all values are reformatted to
-   internal precision.  */
-
-static bool
-csky_can_change_mode_class (machine_mode from,
-			    machine_mode to,
-			    reg_class_t rclass)
-{
-  return (GET_MODE_SIZE (from) == GET_MODE_SIZE (to)
-	  || !reg_classes_intersect_p (V_REGS, rclass));
-}
-
 /* Implement TARGET_CLASS_LIKELY_SPILLED_P.
    We need to define this for MINI_REGS when we only use r0 - r7.
    Otherwise we can end up using r0-r4 for function arguments, and don't


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-05-26  9:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-26  9:24 [gcc r12-1065] C-SKY: Delete TARGET_CAN_CHANGE_MODE_CLASS, use defualt definition qu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).