Re: [PATCH][ARM] Fix gcc.target/arm/minmax_minus.c

2013-07-26 Thread Richard Earnshaw
On 26/07/13 15:44, Kyrylo Tkachov wrote: Hi all, The minmaxsi_minus.c test in gcc.target/arm/ was added to confirm that we generate two conditional subtractions instead of two conditional moves and an unconditional subtraction. It tests that by scanning for two conditional rsb instructions. But

[PATCH][ARM] Fix gcc.target/arm/minmax_minus.c

2013-07-26 Thread Kyrylo Tkachov
Hi all, The minmaxsi_minus.c test in gcc.target/arm/ was added to confirm that we generate two conditional subtractions instead of two conditional moves and an unconditional subtraction. It tests that by scanning for two conditional rsb instructions. But now, the arm backend generates sub instruct