[PATCH v2] xtensa: Make full transition to LRA

2024-01-23 Thread Max Filippov
From: Takayuki 'January June' Suwa gcc/ChangeLog: * config/xtensa/constraints.md (R, T, U): Change define_constraint to define_memory_constraint. * config/xtensa/predicates.md (move_operand): Don't check that a constant pool operand size is a multiple of UNITS_PER

Re: [PATCH v2] xtensa: Make full transition to LRA

2023-05-08 Thread Jeff Law via Gcc-patches
On 5/8/23 08:44, Takayuki 'January June' Suwa via Gcc-patches wrote: On 2023/05/08 22:43, Richard Biener wrote: [snip] -mlra If they were in any released compiler options should be kept (doing nothing) for backward compatibility. Use for example mlra Target WarnRemoved Removed in GCC 14.

[PATCH v2] xtensa: Make full transition to LRA

2023-05-08 Thread Takayuki 'January June' Suwa via Gcc-patches
On 2023/05/08 22:43, Richard Biener wrote: [snip] >> -mlra > > If they were in any released compiler options should be kept > (doing nothing) for backward compatibility. Use for example > > mlra > Target WarnRemoved > Removed in GCC 14. This switch has no effect. > > or > > mlra > Target Igno