This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[PATCH][match-and-simplify] Merge from trunk
- From: Richard Biener <rguenther at suse dot de>
- To: gcc-patches at gcc dot gnu dot org
- Date: Mon, 4 Aug 2014 14:11:49 +0200 (CEST)
- Subject: [PATCH][match-and-simplify] Merge from trunk
- Authentication-results: sourceware.org; auth=none
2014-08-04 Richard Biener <rguenther@suse.de>
Merge from trunk r211444 through r213455.
* genmatch.c (operators): Adjust for hash_table interface change.
* tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
Also fold non-call stmts inplace to avoid creating new SSA names.
Bootstrapped on x86_64-unknown-linux-gnu, committed.
Richard.