We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dff332f commit 30cd234Copy full SHA for 30cd234
llvm/lib/Target/AIE/AIEPostPipeliner.cpp
@@ -979,15 +979,10 @@ bool PostPipeliner::tryHeuristics() {
979
DEBUG_SUMMARY(dbgs() << "--- Strategy " << S.name() << " run=" << Run
980
<< "\n");
981
if (scheduleFirstIteration(S) && scheduleOtherIterations(S)) {
982
- DEBUG_SUMMARY(dbgs() << " Strategy " << S.name() << " run=" << Run
983
- << " found schedule:\n");
984
- const bool Success = checkStages();
985
DEBUG_SUMMARY(dbgs()
986
<< " Strategy " << S.name() << " run=" << Run
987
<< " found NS=" << NStages << " II=" << II << "\n");
988
- if (Success) {
989
- return true;
990
- }
+ return true;
991
}
992
if (!S.checkAndResetChanged()) {
993
// If nothing changed, there's no use in rerunning.
0 commit comments