Commit 3b64e650 authored by zerolllin's avatar zerolllin
Browse files

改优化顺序,展开+并行后返回

parent 38496aef
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -194,7 +194,7 @@ void LoopInterchange::run() {
for (auto &loop : la_->loops) {
if (loop->parent_ == nullptr) continue;
if (loop->parent_->parent_ != nullptr) continue;
// if (loop->child_ == nullptr) continue;
if (loop->child_ == nullptr) continue;
// only consider interchange outermost and second outermost loops
auto outer_info = get_interchange_info(loop->parent_);
auto inner_info = get_interchange_info(loop);
......
Supports Markdown
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