Landing: 75a75f22f3a3
Project / Subsystem
gcc / sh
Date
2024-09-25
Author
Oleg Endo
Commit
75a75f22f3a33e7cf04ff0f5dfa7b572d68c76c7
Source
github
Perf win
No
Breaking
No
All attributes
- project
- gcc
- subsystem
- sh
- patch_id
- —
- commit_hash
- 75a75f22f3a33e7cf04ff0f5dfa7b572d68c76c7
- source_type
- github
- headline
- SH: Switch to LRA permanently
- tldr
- The SH backend permanently enables the Long-Range Addresser (LRA) register allocator, removing the old option.
- author
- Oleg Endo
- outcome
- committed
- performance_win
- false
- breaking_change
- false
- series_id
- —
- series_parts
- []
- tags
-
- • sh
- • register allocation
- discussion_id_link
- —
- bugzilla_pr
- —
- date
- 2024-09-25T00:00:00.000Z
The SH backend has permanently enabled its Long-Range Addresser (LRA) register allocator, addressing PR target/55212. The -mlra option is now ignored but kept for compatibility, and the TARGET_LRA_P macro has been removed. This change signifies LRA as the default and only register allocation strategy for SH targets.