public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/113932] New: [meta-bug] Targets which should be ported to LRA
@ 2024-02-15 19:00 sjames at gcc dot gnu.org
  2024-02-15 19:27 ` [Bug target/113932] " pinskia at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: sjames at gcc dot gnu.org @ 2024-02-15 19:00 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113932

            Bug ID: 113932
           Summary: [meta-bug] Targets which should be ported to LRA
           Product: gcc
           Version: 14.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: sjames at gcc dot gnu.org
                CC: segher at gcc dot gnu.org
        Depends on: 55212, 66207, 90785
  Target Milestone: ---

LRA is already the default for GCC for quite some time:
https://gcc.gnu.org/wiki/LRAIsDefault.

The remaining targets are using reload via opt-ins.

Please port to LRA as soon as possible, as there's a fair bit of interest in
killing reload by this point:
https://inbox.sourceware.org/gcc-patches/283c45ca085ced958cbce6e64331252c83a5899f.1682268126.git.segher@kernel.crashing.org/#t

From jakub:
```
$ grep TARGET_LRA_P.*void_false */*.cc
alpha/alpha.cc:#define TARGET_LRA_P hook_bool_void_false
avr/avr.cc:#define TARGET_LRA_P hook_bool_void_false
bfin/bfin.cc:#define TARGET_LRA_P hook_bool_void_false
c6x/c6x.cc:#define TARGET_LRA_P hook_bool_void_false
fr30/fr30.cc:#define TARGET_LRA_P hook_bool_void_false
frv/frv.cc:#define TARGET_LRA_P hook_bool_void_false
ia64/ia64.cc:#define TARGET_LRA_P hook_bool_void_false
lm32/lm32.cc:#define TARGET_LRA_P hook_bool_void_false
m32c/m32c.cc:#define TARGET_LRA_P hook_bool_void_false
m68k/m68k.cc:#define TARGET_LRA_P hook_bool_void_false
mcore/mcore.cc:#define TARGET_LRA_P hook_bool_void_false
mn10300/mn10300.cc:#define TARGET_LRA_P hook_bool_void_false
msp430/msp430.cc:#define TARGET_LRA_P hook_bool_void_false
pa/pa.cc:#define TARGET_LRA_P hook_bool_void_false
rl78/rl78.cc:#define TARGET_LRA_P hook_bool_void_false
visium/visium.cc:#define TARGET_LRA_P hook_bool_void_false
```


Referenced Bugs:

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55212
[Bug 55212] [SH] Switch to LRA
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66207
[Bug 66207] Switch alpha to LRA
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90785
[Bug 90785] [ia64] switch to LRA

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug target/113932] [meta-bug] Targets which should be ported to LRA
  2024-02-15 19:00 [Bug target/113932] New: [meta-bug] Targets which should be ported to LRA sjames at gcc dot gnu.org
@ 2024-02-15 19:27 ` pinskia at gcc dot gnu.org
  2024-02-16  9:45 ` rguenth at gcc dot gnu.org
  2024-05-20  9:19 ` syq at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu.org @ 2024-02-15 19:27 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113932

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
ft32: Target Var(ft32_lra_flag) Init(0) Save
pdp11, rx and vax has a TARGET_MASK which are not turned on by default either.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug target/113932] [meta-bug] Targets which should be ported to LRA
  2024-02-15 19:00 [Bug target/113932] New: [meta-bug] Targets which should be ported to LRA sjames at gcc dot gnu.org
  2024-02-15 19:27 ` [Bug target/113932] " pinskia at gcc dot gnu.org
@ 2024-02-16  9:45 ` rguenth at gcc dot gnu.org
  2024-05-20  9:19 ` syq at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: rguenth at gcc dot gnu.org @ 2024-02-16  9:45 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113932

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever confirmed|0                           |1
   Last reconfirmed|                            |2024-02-16

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug target/113932] [meta-bug] Targets which should be ported to LRA
  2024-02-15 19:00 [Bug target/113932] New: [meta-bug] Targets which should be ported to LRA sjames at gcc dot gnu.org
  2024-02-15 19:27 ` [Bug target/113932] " pinskia at gcc dot gnu.org
  2024-02-16  9:45 ` rguenth at gcc dot gnu.org
@ 2024-05-20  9:19 ` syq at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: syq at gcc dot gnu.org @ 2024-05-20  9:19 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113932
Bug 113932 depends on bug 113955, which changed state.

Bug 113955 Summary: Finish LRA transition for mips by removing -mlra
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113955

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |FIXED

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-05-20  9:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-15 19:00 [Bug target/113932] New: [meta-bug] Targets which should be ported to LRA sjames at gcc dot gnu.org
2024-02-15 19:27 ` [Bug target/113932] " pinskia at gcc dot gnu.org
2024-02-16  9:45 ` rguenth at gcc dot gnu.org
2024-05-20  9:19 ` syq at gcc dot gnu.org

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