[pypy-commit] pypy vecopt: test commit, have i resolved all my hg problems?

plan_rich noreply at buildbot.pypy.org
Tue May 5 11:31:20 CEST 2015


Author: Richard Plangger <rich at pasra.at>
Branch: vecopt
Changeset: r77145:6bbd8f154c0b
Date: 2015-05-05 11:31 +0200
http://bitbucket.org/pypy/pypy/changeset/6bbd8f154c0b/

Log:	test commit, have i resolved all my hg problems?

diff --git a/rpython/jit/metainterp/optimizeopt/vectorize.py b/rpython/jit/metainterp/optimizeopt/vectorize.py
--- a/rpython/jit/metainterp/optimizeopt/vectorize.py
+++ b/rpython/jit/metainterp/optimizeopt/vectorize.py
@@ -53,12 +53,6 @@
         # vectorization is not possible, propagate only normal optimizations
         pass
 
-#class CollapseGuardOptimization(Optimization):
-#    def __init__(self, index_vars = None):
-#        self.index_vars = index_vars or {}
-#
-#    def propagate_forward(
-
 class VectorizingOptimizer(Optimizer):
     """ Try to unroll the loop and find instructions to group """
 


More information about the pypy-commit mailing list