This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Question about simple_return pattern for the GCC ARM backend.


On 2013/12/28 09:31 AM, Yangfei (Felix) wrote:
> Hi, 
> 
>   I think that simple_return standard pattern is useful for the ARM. I mean it should be good for target code performance.
> ãBut seems this pattern is not there for the GCC ARM backend. Can anyone explain the reason why we donât need this?
> 
> Cheers,
> Fei
> 

It does use it. Search for the "<return_str>return" expand pattern, and
the "returns" code iterator in config/arm/iterators.md.

Chung-Lin


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]