Commit c58d83b4 authored by Paul's avatar Paul
Browse files

Add more decs

parent a6b99124
......@@ -17,10 +17,13 @@ std::vector<pass> target::get_passes(migraph::context& gctx) const
// clang-format off
return
{
dead_code_elimination{},
auto_contiguous{},
simplify_reshapes{},
dead_code_elimination{},
lowering{ctx},
eliminate_contiguous{},
dead_code_elimination{},
write_literals{},
check_context<context>{},
dead_code_elimination{}
......
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