This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r217560 - in /trunk/gcc: ChangeLog gimple-fold....
- From: rguenth at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Fri, 14 Nov 2014 13:32:57 -0000
- Subject: r217560 - in /trunk/gcc: ChangeLog gimple-fold....
Author: rguenth
Date: Fri Nov 14 13:32:56 2014
New Revision: 217560
URL: https://gcc.gnu.org/viewcvs?rev=217560&root=gcc&view=rev
Log:
2014-11-14 Richard Biener <rguenther@suse.de>
* gimple-fold.h (gimple_fold_stmt_to_constant_1): Add 2nd
valueization hook defaulted to no_follow_ssa_edges.
* gimple-fold.c (gimple_fold_stmt_to_constant_1): Pass
2nd valueization hook to gimple_simplify.
* tree-ssa-ccp.c (valueize_op_1): New function to be
used for gimple_simplify called via gimple_fold_stmt_to_constant_1.
(ccp_fold): Adjust.
* tree-vrp.c (vrp_valueize_1): New function to be
used for gimple_simplify called via gimple_fold_stmt_to_constant_1.
(vrp_visit_assignment_or_call): Adjust.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/gimple-fold.c
trunk/gcc/gimple-fold.h
trunk/gcc/tree-ssa-ccp.c
trunk/gcc/tree-vrp.c