Commit e8640da6 authored by charlie's avatar charlie
Browse files

move to one find_matches pass

parent 859dfa42
...@@ -209,8 +209,8 @@ struct find_const_alloc_reshapes ...@@ -209,8 +209,8 @@ struct find_const_alloc_reshapes
void simplify_dyn_ops::apply(module& m) const void simplify_dyn_ops::apply(module& m) const
{ {
match::find_matches(m, find_static_dimensions_of{});
match::find_matches(m, match::find_matches(m,
find_static_dimensions_of{},
find_const_alloc_reshapes{}, find_const_alloc_reshapes{},
find_static_2in_broadcasts{}, find_static_2in_broadcasts{},
find_const_3in_slice{}, find_const_3in_slice{},
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment