From 4fedf870f576c5981624c815c140130c76821f0f Mon Sep 17 00:00:00 2001 From: Richard Guenther Date: Wed, 20 Aug 2008 13:21:41 +0000 Subject: tree-ssa-forwprop.c (forward_propagate_addr_expr_1): More properly handle conversion/copy chains after tuplification. 2008-08-20 Richard Guenther * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): More properly handle conversion/copy chains after tuplification. * gcc.dg/tree-ssa/forwprop-9.c: Scan FRE dump as well. * gcc.dg/tree-ssa/forwprop-10.c: New testcase. From-SVN: r139288 --- gcc/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gcc/ChangeLog') diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 55d7448..af90a99 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,10 @@ 2008-08-20 Richard Guenther + * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): More + properly handle conversion/copy chains after tuplification. + +2008-08-20 Richard Guenther + * passes.c (init_optimization_passes): Move the second forwprop pass before alias computation. Remove the second DCE pass. Remove the first dominator and phi copy/const -- cgit v1.1