http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51534

--- Comment #3 from mgretton at gcc dot gnu.org 2012-02-28 16:14:03 UTC ---
Author: mgretton
Date: Tue Feb 28 16:13:52 2012
New Revision: 184629

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=184629
Log:
    PR target/51534
    * gcc/config/arm/arm.c (neon_builtin_data): Add entries for vcgeu
    and vcgtu.
    * gcc/config/arm/arm_neon.h: Regenerate.
    * gcc/config/arm/neon.md (unspec): Add UNSPEC_VCGEU, and UNSPEC_VCGTU.
    (neon_vcgeu): New insn.
    (neon_vcgtu): Likewise.
    * gcc/config/arm/neon.ml (s_8_32, u_8_32): New lists.
    (ops): Unsigned comparison intrinsics call a different
    builtin.
    * gcc/testsuite/gcc.target/arm/neon/pr51534.c: New testcase.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/arm/arm.c
    trunk/gcc/config/arm/arm_neon.h
    trunk/gcc/config/arm/neon.md
    trunk/gcc/config/arm/neon.ml
    trunk/gcc/testsuite/ChangeLog

Reply via email to