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]

r226853 - in /trunk/gcc: ChangeLog ifcvt.c


Author: ktkachov
Date: Thu Aug 13 09:11:13 2015
New Revision: 226853

URL: https://gcc.gnu.org/viewcvs?rev=226853&root=gcc&view=rev
Log:
[RTL-ifcvt] Improve conditional select ops on immediates (fix failing x86_64 cmov tests)

	PR rtl-optimization/67103
	* ifcvt.c (noce_try_store_flag_constants): Move
	x = (-(test != 0) & (b - a)) + a transformation to...
	(noce_try_cmove): ... Here.  Try it if normal conditional
	move fails.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/ifcvt.c


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