RE: [PATCH][Aarch64] Add support for overflow add and sub operations

2017-07-31 Thread Michael Collison
ichard Earnshaw (lists) [mailto:richard.earns...@arm.com] Sent: Wednesday, July 5, 2017 2:38 AM To: Michael Collison ; Christophe Lyon Cc: gcc-patches@gcc.gnu.org; nd Subject: Re: [PATCH][Aarch64] Add support for overflow add and sub operations On 19/05/17 22:11, Michael Collison wrote: > Christ

Re: [PATCH][Aarch64] Add support for overflow add and sub operations

2017-07-06 Thread Richard Earnshaw (lists)
> Anyway, there are a couple of obvious formatting issues to deal with > first, before we get into the details of the patch. > >> -----Original Message- >> From: Christophe Lyon [mailto:christophe.l...@linaro.org] >> Sent: Friday, May 19, 2017 3:59 AM >> To

RE: [PATCH][Aarch64] Add support for overflow add and sub operations

2017-07-06 Thread Michael Collison
8 AM To: Michael Collison ; Christophe Lyon Cc: gcc-patches@gcc.gnu.org; nd Subject: Re: [PATCH][Aarch64] Add support for overflow add and sub operations On 19/05/17 22:11, Michael Collison wrote: > Christophe, > > I had a type in the two test cases: "addcs" should have

Re: [PATCH][Aarch64] Add support for overflow add and sub operations

2017-07-05 Thread Richard Earnshaw (lists)
iday, May 19, 2017 3:59 AM > To: Michael Collison > Cc: gcc-patches@gcc.gnu.org; nd > Subject: Re: [PATCH][Aarch64] Add support for overflow add and sub operations > > Hi Michael, > > > On 19 May 2017 at 07:12, Michael Collison wrote: >> Hi, >> >> This

RE: [PATCH][Aarch64] Add support for overflow add and sub operations

2017-05-19 Thread Michael Collison
o.org] Sent: Friday, May 19, 2017 3:59 AM To: Michael Collison Cc: gcc-patches@gcc.gnu.org; nd Subject: Re: [PATCH][Aarch64] Add support for overflow add and sub operations Hi Michael, On 19 May 2017 at 07:12, Michael Collison wrote: > Hi, > > This patch improves code generations fo

Re: [PATCH][Aarch64] Add support for overflow add and sub operations

2017-05-19 Thread Christophe Lyon
Hi Michael, On 19 May 2017 at 07:12, Michael Collison wrote: > Hi, > > This patch improves code generations for builtin arithmetic overflow > operations for the aarch64 backend. As an example for a simple test case such > as: > > Sure for a simple test case such as: > > int > f (int x, int y,