r228854 - in /trunk/gcc: ChangeLog match.pd tes...

collison@gcc.gnu.org collison@gcc.gnu.org
Thu Oct 15 22:21:00 GMT 2015


Author: collison
Date: Thu Oct 15 22:21:22 2015
New Revision: 228854

URL: https://gcc.gnu.org/viewcvs?rev=228854&root=gcc&view=rev
Log:
2015-09-30  Michael Collison  <michael.collison@linaro.org>
	    Andrew Pinski <andrew.pinski@caviumnetworks.com>

	* match.pd ((x < y) && (x < z) -> x < min (y,z),
	(x > y) and (x > z) -> x > max (y,z))
	* testsuite/gcc.dg/tree-ssa/minmax-loopend.c: New test.


Added:
    trunk/gcc/testsuite/gcc.dg/tree-ssa/minmax-loopend.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/match.pd
    trunk/gcc/testsuite/ChangeLog



More information about the Gcc-cvs mailing list