Commit 7900d1ae authored by Khalique Ahmed's avatar Khalique Ahmed
Browse files

formatting

parent 0ac5a5d5
...@@ -64,7 +64,7 @@ void auto_contiguous::apply(module& m) const ...@@ -64,7 +64,7 @@ void auto_contiguous::apply(module& m) const
// for last instruction that is NOT a return // for last instruction that is NOT a return
if(ins->outputs().empty() and ins != last) if(ins->outputs().empty() and ins != last)
continue; continue;
auto args = ins->inputs(); auto args = ins->inputs();
auto new_args = args; auto new_args = args;
std::transform(args.begin(), args.end(), new_args.begin(), [&](auto in) { std::transform(args.begin(), args.end(), new_args.begin(), [&](auto in) {
if(in->name() == "contiguous" or in->name() == "layout") if(in->name() == "contiguous" or in->name() == "layout")
......
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