RE: [PATCH][ARM] Define predicable attribute for arm_abssi2 and arm_neg_abssi2

2012-11-22 Thread Kyrylo Tkachov
Radhakrishnan Subject: Re: [PATCH][ARM] Define predicable attribute for arm_abssi2 and arm_neg_abssi2 On 20/11/12 10:25, Kyrylo Tkachov wrote: > Hi all, > This is the updated version of the patch. It defines the predicable > attribute for the equivalent abssi2 and neg_abssi2 patterns in thumb2.

Re: [PATCH][ARM] Define predicable attribute for arm_abssi2 and arm_neg_abssi2

2012-11-20 Thread Richard Earnshaw
] Define predicable attribute for arm_abssi2 and arm_neg_abssi2 On 11/19/12 17:51, Kyrylo Tkachov wrote: Hi all, This patch updates the arm_abssi2 and arm_neg_abssi2 patterns in the ARM machine description. We define the predicable attribute based on the alternative. When the patterns were introduced

RE: [PATCH][ARM] Define predicable attribute for arm_abssi2 and arm_neg_abssi2

2012-11-20 Thread Kyrylo Tkachov
/thumb2.md (*thumb2_abssi2): Likewise. (*thumb2_neg_abssi2): Likewise. -Original Message- From: Ramana Radhakrishnan Sent: 19 November 2012 18:05 To: Kyrylo Tkachov Cc: gcc-patches@gcc.gnu.org; Richard Earnshaw Subject: Re: [PATCH][ARM] Define predicable attribute for arm_abssi2

Re: [PATCH][ARM] Define predicable attribute for arm_abssi2 and arm_neg_abssi2

2012-11-20 Thread Richard Earnshaw
On 19/11/12 17:51, Kyrylo Tkachov wrote: Hi all, This patch updates the arm_abssi2 and arm_neg_abssi2 patterns in the ARM machine description. We define the predicable attribute based on the alternative. When the patterns were introduced it was not possible to do that. Now the second alternative

Re: [PATCH][ARM] Define predicable attribute for arm_abssi2 and arm_neg_abssi2

2012-11-19 Thread Ramana Radhakrishnan
On 11/19/12 17:51, Kyrylo Tkachov wrote: Hi all, This patch updates the arm_abssi2 and arm_neg_abssi2 patterns in the ARM machine description. We define the predicable attribute based on the alternative. When the patterns were introduced it was not possible to do that. Now the second alternative