Re: [PATCH][arm] Convert gcc.target/arm/stl-cond.c into an RTL test

2018-01-18 Thread Christophe Lyon
On 18 January 2018 at 10:28, Kyrill Tkachov wrote: > Hi Christophe, > > > On 18/01/18 09:25, Christophe Lyon wrote: >> >> Hi Kyrill, >> >> >> On 17 January 2018 at 12:27, Kyrill Tkachov >> wrote: >>> >>> Hi all, >>> >>> This is an awkward testsuite failure. The original bug was that we were >>>

Re: [PATCH][arm] Convert gcc.target/arm/stl-cond.c into an RTL test

2018-01-18 Thread Kyrill Tkachov
Hi Christophe, On 18/01/18 09:25, Christophe Lyon wrote: Hi Kyrill, On 17 January 2018 at 12:27, Kyrill Tkachov wrote: Hi all, This is an awkward testsuite failure. The original bug was that we were failing to put out the conditional code in the conditional form of the STL instruction (oop

Re: [PATCH][arm] Convert gcc.target/arm/stl-cond.c into an RTL test

2018-01-18 Thread Christophe Lyon
Hi Kyrill, On 17 January 2018 at 12:27, Kyrill Tkachov wrote: > Hi all, > > This is an awkward testsuite failure. The original bug was that we were > failing to put out > the conditional code in the conditional form of the STL instruction (oops!). > So we wanted to output STLNE, but instead out

[PATCH][arm] Convert gcc.target/arm/stl-cond.c into an RTL test

2018-01-17 Thread Kyrill Tkachov
Hi all, This is an awkward testsuite failure. The original bug was that we were failing to put out the conditional code in the conditional form of the STL instruction (oops!). So we wanted to output STLNE, but instead output STL. The testacase relies on if-conversion to conditionalise the insn f