This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH][AARCH64]Use shl for vec_shr_<mode> rtx pattern.


On 30 April 2015 at 12:55, Renlin Li <renlin.li@arm.com> wrote:

> 2015-04-30  Renlin Li  <renlin.li@arm.com>
>
>     * config/aarch64/aarch64-simd.md (vec_shr): Defined as an unspec.
>     * config/aarch64/iterators.md (unspec): Add UNSPEC_VEC_SHR.
>
> gcc/testsuite/ChangeLog:
>
> 2015-04-30  Renlin Li  <renlin.li@arm.com>
>
>     * gcc.target/aarch64/vect-reduc-or_1.c: New.

+      __builtin_printf("Failed %d\n", sum);
+      abort();

Space before (
Otherwise OK /Marcus


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]