This is the mail archive of the gcc-patches@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]

[PATCH, LRA, AARCH64] Switching LRA on for AArch64


Hi,

The following patch switch LRA on for AArch64.  The patch introduces
an undocumented option -mlra to use LRA instead of  reload, for a
testing purpose.  Please notice that this patch is dependent on the
one submitted in the thread below:

http://gcc.gnu.org/ml/gcc-patches/2013-09/msg00805.html

Thanks,
Yvan

2013-09-24  Yvan Roux  <yvan.roux@linaro.org>

        * config/aarch64/aarch64.opt (mlra): New option.
        * config/aarch64/aarch64.c (aarch64_lra_p): New function.
        (TARGET_LRA_P): Define.

Attachment: aarch64-lra.diff
Description: Binary data


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