tree-ssa-threadedge.c
17.3 KB
-
re PR tree-optimization/21417 (Missed jump threading opportunity on trees) · d537b2eb
PR tree-optimization/21417 * tree-ssa-threadedge.c (thread_across_edge): Reject threading across a backedge if the control statement at the end of the block is data dependent on other statements in the same block. (record_temporary_equivalences_from_stmts): Remove over-conservative test for threading across backedges. * gcc.dg/tree-ssa/pr21417.c: New test. From-SVN: r110785
Jeff Law committed