Re: [AArch64 08/14] Define a variant of cmp for the CC_NZ case.

2014-02-18 Thread Andrew Pinski
On Tue, Feb 18, 2014 at 1:09 PM, Philipp Tomsich wrote: > This pattern is not strictly necessary and a similar effect could > be achieved through the use of a suitable compatibility relation > for CC modes; in the meantime, this helps on some benchmarks. Can you add a testcase or two for this pa

[AArch64 08/14] Define a variant of cmp for the CC_NZ case.

2014-02-18 Thread Philipp Tomsich
This pattern is not strictly necessary and a similar effect could be achieved through the use of a suitable compatibility relation for CC modes; in the meantime, this helps on some benchmarks. --- gcc/config/aarch64/aarch64.md | 13 + 1 file changed, 13 insertions(+) diff --git a/gcc/