public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r14-2208] Flip the nvptx port to LRA
@ 2023-06-30  7:08 Thomas Schwinge
  0 siblings, 0 replies; only message in thread
From: Thomas Schwinge @ 2023-06-30  7:08 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:f7e3123638712773e8c01e17aae9dc64d9342016

commit r14-2208-gf7e3123638712773e8c01e17aae9dc64d9342016
Author: Segher Boessenkool <segher@kernel.crashing.org>
Date:   Sun Apr 23 16:47:52 2023 +0000

    Flip the nvptx port to LRA
    
    ... understanding that "turn on LRA" is an exaggeration here, given that nvptx
    isn't actually doing register allocation ('TARGET_NO_REGISTER_ALLOCATION').
    
            gcc/
            * config/nvptx/nvptx.cc (TARGET_LRA_P): Remove.
    
    Co-authored-by: Thomas Schwinge <thomas@codesourcery.com>

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

diff --git a/gcc/config/nvptx/nvptx.cc b/gcc/config/nvptx/nvptx.cc
index e3b0304d537..16ed78030d7 100644
--- a/gcc/config/nvptx/nvptx.cc
+++ b/gcc/config/nvptx/nvptx.cc
@@ -7633,9 +7633,6 @@ nvptx_asm_output_def_from_decls (FILE *stream, tree name, tree value)
 #undef TARGET_ATTRIBUTE_TABLE
 #define TARGET_ATTRIBUTE_TABLE nvptx_attribute_table
 
-#undef TARGET_LRA_P
-#define TARGET_LRA_P hook_bool_void_false
-
 #undef TARGET_LEGITIMATE_ADDRESS_P
 #define TARGET_LEGITIMATE_ADDRESS_P nvptx_legitimate_address_p

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

only message in thread, other threads:[~2023-06-30  7:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-30  7:08 [gcc r14-2208] Flip the nvptx port to LRA Thomas Schwinge

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