Re: [PATCH][AArch64][testsuite] Adjust some arith+compare tests for potentially more aggressive if-conversion

2015-07-13 Thread Kyrill Tkachov
On 10/07/15 21:21, James Greenhalgh wrote: On Fri, Jul 10, 2015 at 01:21:05PM +0100, Kyrill Tkachov wrote: Hi all, Some of the testcases in aarch64.exp can fail their scan-assembler patterns if if-conversion becomes more aggressive. This patch adjusts the testcases in case the branches are el

Re: [PATCH][AArch64][testsuite] Adjust some arith+compare tests for potentially more aggressive if-conversion

2015-07-10 Thread James Greenhalgh
On Fri, Jul 10, 2015 at 01:21:05PM +0100, Kyrill Tkachov wrote: > Hi all, > > Some of the testcases in aarch64.exp can fail their scan-assembler patterns > if if-conversion becomes more aggressive. > > This patch adjusts the testcases in case the branches are eliminated and > further optimisations

[PATCH][AArch64][testsuite] Adjust some arith+compare tests for potentially more aggressive if-conversion

2015-07-10 Thread Kyrill Tkachov
Hi all, Some of the testcases in aarch64.exp can fail their scan-assembler patterns if if-conversion becomes more aggressive. This patch adjusts the testcases in case the branches are eliminated and further optimisations occur that may remove the scan-assembler patterns. With this patch the pat