RE: [PATCH] [ARC] Fix unwanted match for sign extend 16-bit constant.

2016-04-29 Thread Claudiu Zissulescu
..@embecosm.com > Subject: Re: [PATCH] [ARC] Fix unwanted match for sign extend 16-bit > constant. > > > > On 28/04/16 21:31, Claudiu Zissulescu wrote: > >> > >> Otherwise, I'd suggest using a traditional integer letter. 'J' is free. > &g

Re: [PATCH] [ARC] Fix unwanted match for sign extend 16-bit constant.

2016-04-28 Thread Joern Wolfgang Rennecke
On 28/04/16 21:31, Claudiu Zissulescu wrote: Otherwise, I'd suggest using a traditional integer letter. 'J' is free. Thanks for the suggestion, I will use 'J'. Why do you remove half of the indentation? Unwanted reformatting, sorry for this, I will revert it. I have the feeling you are h

Re: [PATCH] [ARC] Fix unwanted match for sign extend 16-bit constant.

2016-04-28 Thread Claudiu Zissulescu
Otherwise, I'd suggest using a traditional integer letter. 'J' is free. Thanks for the suggestion, I will use 'J'. Why do you remove half of the indentation? Unwanted reformatting, sorry for this, I will revert it. I have the feeling you are happy with my new patch. Is there anything to be

Re: [PATCH] [ARC] Fix unwanted match for sign extend 16-bit constant.

2016-04-28 Thread Joern Wolfgang Rennecke
On 28/04/16 18:10, Claudiu Zissulescu wrote: Please find the updated patch. Claudiu gcc/ 2016-04-28 Claudiu Zissulescu * config/arc/arc.h (UNSIGNED_INT12, UNSIGNED_INT16): Define. * config/arc/arc.md (umulhisi3): Use arc_short_operand predicate. (umulhisi3_imm): Up