RE: [PATCH 2/5][Arm] New pattern for CSINV instructions

2020-08-06 Thread Kyrylo Tkachov
Hi Omar, > -Original Message- > From: Omar Tahir > Sent: 05 August 2020 12:42 > To: Kyrylo Tkachov ; ni...@redhat.com; > Ramana Radhakrishnan ; Richard > Earnshaw ; gcc-patches@gcc.gnu.org > Subject: RE: [PATCH 2/5][Arm] New pattern for CSINV instructions > >

RE: [PATCH 2/5][Arm] New pattern for CSINV instructions

2020-08-05 Thread Omar Tahir
Hi Kyrill, > -/* Only thumb1 can't support conditional execution, so return true if > - the target is not thumb1. */ > static bool > > > Functions should have comments in GCC. Can you please write something > describing the new logic of the function. > > arm_have_conditional_execution (void

RE: [PATCH 2/5][Arm] New pattern for CSINV instructions

2020-08-05 Thread Kyrylo Tkachov
Hi Omar, From: Omar Tahir Sent: 04 August 2020 17:12 To: Kyrylo Tkachov ; ni...@redhat.com; Ramana Radhakrishnan ; Richard Earnshaw ; gcc-patches@gcc.gnu.org Subject: [PATCH 2/5][Arm] New pattern for CSINV instructions This patch adds a new pattern, *thumb2_csinv, for generating CSINV nstruct