]> git.ipfire.org Git - thirdparty/gcc.git/commit
Flip the nvptx port to LRA
authorSegher Boessenkool <segher@kernel.crashing.org>
Sun, 23 Apr 2023 16:47:52 +0000 (16:47 +0000)
committerThomas Schwinge <thomas@codesourcery.com>
Fri, 30 Jun 2023 07:07:45 +0000 (09:07 +0200)
commitf7e3123638712773e8c01e17aae9dc64d9342016
treee5f5c08e110d4081a479a09bb4eda560debd053a
parentc0439218eb79aa0293291aed92453a59db8c6e85
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>
gcc/config/nvptx/nvptx.cc