This is the mail archive of the gcc-bugs@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]

[Bug target/69135] [5/6 Regression][ARM] instruction cannot be conditional -- `vcvtpne.s32.f32 s0,s0'


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69135

--- Comment #5 from ktkachov at gcc dot gnu.org ---
Author: ktkachov
Date: Tue Jan 19 14:30:23 2016
New Revision: 232566

URL: https://gcc.gnu.org/viewcvs?rev=232566&root=gcc&view=rev
Log:
[ARM] PR target/69135: Mark ARMv8 vcvt instructions as unconditional

        PR target/69135
        * config/arm/vfp.md (l<vrint_pattern><su_optab><mode>si2): Set "conds"
        attribute to unconditional.  Remove %? from output template.

        * gcc.target/arm/pr69135_1.c: New test.


Added:
    trunk/gcc/testsuite/gcc.target/arm/pr69135_1.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/arm/vfp.md
    trunk/gcc/testsuite/ChangeLog

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