public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r14-384] Convert xstormy16 to LRA
@ 2023-05-01 13:41 Jeff Law
  0 siblings, 0 replies; only message in thread
From: Jeff Law @ 2023-05-01 13:41 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:977a3be3ccbc7f177316b2b349523023cac37bcd

commit r14-384-g977a3be3ccbc7f177316b2b349523023cac37bcd
Author: Jeff Law <jlaw@ventanamicro>
Date:   Mon May 1 07:40:38 2023 -0600

    Convert xstormy16 to LRA
    
    This patch converts the xstormy16 patch to LRA.  It introduces a code
    quality regression in the shiftsi testcase, but it also fixes numerous
    aborts/errors.  IMHO it's a good tradeoff.
    
    gcc/
    
            * config/stormy16/stormy16.cc (TARGET_LRA_P): Remove defintion.

Diff:
---
 gcc/config/stormy16/stormy16.cc | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/gcc/config/stormy16/stormy16.cc b/gcc/config/stormy16/stormy16.cc
index 98f87fa8251..81b32dbc958 100644
--- a/gcc/config/stormy16/stormy16.cc
+++ b/gcc/config/stormy16/stormy16.cc
@@ -2894,9 +2894,6 @@ xstormy16_push_rounding (poly_int64 bytes)
 #undef  TARGET_PREFERRED_OUTPUT_RELOAD_CLASS
 #define TARGET_PREFERRED_OUTPUT_RELOAD_CLASS xstormy16_preferred_reload_class
 
-#undef TARGET_LRA_P
-#define TARGET_LRA_P hook_bool_void_false
-
 #undef TARGET_LEGITIMATE_ADDRESS_P
 #define TARGET_LEGITIMATE_ADDRESS_P	xstormy16_legitimate_address_p
 #undef TARGET_MODE_DEPENDENT_ADDRESS_P

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

only message in thread, other threads:[~2023-05-01 13:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-01 13:41 [gcc r14-384] Convert xstormy16 to LRA Jeff Law

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).