[pypy-commit] pypy ssa-flow: transform_dead_op_vars earlier
rlamy
noreply at buildbot.pypy.org
Fri Nov 14 19:06:36 CET 2014
Author: Ronan Lamy <ronan.lamy at gmail.com>
Branch: ssa-flow
Changeset: r74525:59a2022d0bd0
Date: 2014-11-14 04:27 +0000
http://bitbucket.org/pypy/pypy/changeset/59a2022d0bd0/
Log: transform_dead_op_vars earlier
diff --git a/rpython/translator/simplify.py b/rpython/translator/simplify.py
--- a/rpython/translator/simplify.py
+++ b/rpython/translator/simplify.py
@@ -999,12 +999,11 @@
# ____ all passes & simplify_graph
all_passes = [
+ transform_dead_op_vars,
eliminate_empty_blocks,
remove_assertion_errors,
remove_trivial_links,
coalesce_bool,
- transform_dead_op_vars,
- eliminate_empty_blocks,
SSA_to_SSI,
remove_identical_vars,
transform_ovfcheck,
More information about the pypy-commit
mailing list