-
- Downloads
[PATCH] Allow vrp to thread across backedges using FSM threader
* cfg-flags.def (IGNORE): New edge flag. * tree-vrp.c (identify_jump_threads): Mark and clear edges scheduled for removal with EDGE_IGNORE around call into jump threader. Do no thread across edges with EDGE_IGNORE, but do allow threading across those with EDGE_DFS_BACK. * gcc.dg/tree-ssa/ssa-dom-thread-7.c: Adjust to look for realized jump threads. * gcc.dg/tree-ssa-pr66752-3.c: Look in vrp1 dump for jump threads rather than dom1 dump. From-SVN: r229902
Showing
- gcc/ChangeLog 8 additions, 0 deletionsgcc/ChangeLog
- gcc/cfg-flags.def 6 additions, 1 deletiongcc/cfg-flags.def
- gcc/testsuite/ChangeLog 7 additions, 0 deletionsgcc/testsuite/ChangeLog
- gcc/testsuite/gcc.dg/tree-ssa/pr66752-3.c 2 additions, 2 deletionsgcc/testsuite/gcc.dg/tree-ssa/pr66752-3.c
- gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-thread-7.c 4 additions, 2 deletionsgcc/testsuite/gcc.dg/tree-ssa/ssa-dom-thread-7.c
- gcc/tree-vrp.c 9 additions, 5 deletionsgcc/tree-vrp.c
Loading
Please register or sign in to comment