Re: [AArch64 09/14] Add special cases of zero-extend w/ compare operations.

2014-02-18 Thread Andrew Pinski
On Tue, Feb 18, 2014 at 1:09 PM, Philipp Tomsich wrote: Can you add a testcase or two for this patch? Having an example will help people in the future understand why these patterns are added. Thanks, Andrew Pinski > --- > gcc/config/aarch64/aarch64.md | 56 >

[AArch64 09/14] Add special cases of zero-extend w/ compare operations.

2014-02-18 Thread Philipp Tomsich
--- gcc/config/aarch64/aarch64.md | 56 +++ 1 file changed, 56 insertions(+) diff --git a/gcc/config/aarch64/aarch64.md b/gcc/config/aarch64/aarch64.md index 60e42af..c72d123 100644 --- a/gcc/config/aarch64/aarch64.md +++ b/gcc/config/aarch64/aarch64.md @@