RE: [PATCH 1/1] arm: [testsuite] Skip thumb2-cond-cmp tests on Cortex-M [PR94595]

2020-09-30 Thread Kyrylo Tkachov via Gcc-patches
Now adding gcc-patches too > -Original Message- > From: Kyrylo Tkachov > Sent: 30 September 2020 15:02 > To: Christophe Lyon > Subject: RE: [PATCH 1/1] arm: [testsuite] Skip thumb2-cond-cmp tests on > Cortex-M [PR94595] > > Hi Christophe, > > > -Or

Re: [PATCH 1/1] arm: [testsuite] Skip thumb2-cond-cmp tests on Cortex-M [PR94595]

2020-09-30 Thread Christophe Lyon via Gcc-patches
Ping? On Thu, 24 Sep 2020 at 15:18, Christophe Lyon wrote: > > Ping? > > On Mon, 7 Sep 2020 at 18:13, Christophe Lyon > wrote: > > > > Since r204778 (g571880a0a4c512195aa7d41929ba6795190887b2), we favor > > branches over IT blocks on Cortex-M. As a result, instead of > > generating two nested

Re: [PATCH 1/1] arm: [testsuite] Skip thumb2-cond-cmp tests on Cortex-M [PR94595]

2020-09-24 Thread Christophe Lyon via Gcc-patches
Ping? On Mon, 7 Sep 2020 at 18:13, Christophe Lyon wrote: > > Since r204778 (g571880a0a4c512195aa7d41929ba6795190887b2), we favor > branches over IT blocks on Cortex-M. As a result, instead of > generating two nested IT blocks in thumb2-cond-cmp-[1234].c, we > generate either a single IT block,