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

r232570 - in /branches/gcc-5-branch/gcc: Change...


Author: ktkachov
Date: Tue Jan 19 15:02:15 2016
New Revision: 232570

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

	Backport from mainline
	2016-01-19  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>

	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:
    branches/gcc-5-branch/gcc/testsuite/gcc.target/arm/pr69135_1.c
Modified:
    branches/gcc-5-branch/gcc/ChangeLog
    branches/gcc-5-branch/gcc/config/arm/vfp.md
    branches/gcc-5-branch/gcc/testsuite/ChangeLog


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