Skip to content

Commit

Permalink
Whoops wrong order
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanradanov committed May 17, 2024
1 parent 4b7d95d commit 84e115a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/polygeist/Passes/AffineOpt.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -212,11 +212,11 @@ void AffineOptPass::runOnOperation() {
g.setName(f.getName());
f.erase();
}
inlineAll(call);
cleanupTempFuncs(m);
if (g && /*options.parallelize=*/true) {
polymer::plutoParallelize(g, b);
}
inlineAll(call);
cleanupTempFuncs(m);
}
}

Expand Down

0 comments on commit 84e115a

Please sign in to comment.