Commit 01b5ff4e authored by Khalique Ahmed's avatar Khalique Ahmed
Browse files

formatting

parent db5e6340
...@@ -111,7 +111,8 @@ void remove_layout(module& m) ...@@ -111,7 +111,8 @@ void remove_layout(module& m)
void eliminate_layout::apply(module_pass_manager& mpm) const void eliminate_layout::apply(module_pass_manager& mpm) const
{ {
// std::unordered_set<instruction_ref> output_layouts = preserve_output_layout(mpm.get_module()); // std::unordered_set<instruction_ref> output_layouts =
// preserve_output_layout(mpm.get_module());
remove_layout(mpm.get_module()); remove_layout(mpm.get_module());
mpm.run_pass(dead_code_elimination{}); mpm.run_pass(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