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]

RE: [PATCH 1/4] [ARC] Add more additional register names


Pushed. Thank you for your review,
Claudiu
________________________________________
From: Andrew Burgess [andrew.burgess@embecosm.com]
Sent: Wednesday, July 25, 2018 3:49 PM
To: Claudiu Zissulescu
Cc: gcc-patches@gcc.gnu.org; Francois.Bedard@synopsys.com; claziss
Subject: Re: [PATCH 1/4] [ARC] Add more additional register names

All the patches in this series look fine.

Thanks,
Andrew


* Claudiu Zissulescu <claziss@gmail.com> [2018-07-16 15:29:42 +0300]:

> From: claziss <claziss@synopsys.com>
>
> gcc/
> 2017-06-14  Claudiu Zissulescu  <claziss@synopsys.com>
>
>       * config/arc/arc.h (ADDITIONAL_REGISTER_NAMES): Add additional
>       register names.
> ---
>  gcc/config/arc/arc.h | 10 +++++++++-
>  1 file changed, 9 insertions(+), 1 deletion(-)
>
> diff --git a/gcc/config/arc/arc.h b/gcc/config/arc/arc.h
> index 1780034aabe..3648314eaca 100644
> --- a/gcc/config/arc/arc.h
> +++ b/gcc/config/arc/arc.h
> @@ -1215,7 +1215,15 @@ extern char rname56[], rname57[], rname58[], rname59[];
>  {                                            \
>    {"ilink",  29},                            \
>    {"r29",    29},                            \
> -  {"r30",    30}                             \
> +  {"r30",    30},                            \
> +  {"r40",    40},                            \
> +  {"r41",    41},                            \
> +  {"r42",    42},                            \
> +  {"r43",    43},                            \
> +  {"r56",    56},                            \
> +  {"r57",    57},                            \
> +  {"r58",    58},                            \
> +  {"r59",    59}                             \
>  }
>
>  /* Entry to the insn conditionalizer.  */
> --
> 2.17.1
>


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