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 82a3043 commit 58a6efbCopy full SHA for 58a6efb
llvm/lib/Transforms/Scalar/LoopInterchange.cpp
@@ -1321,9 +1321,9 @@ bool LoopInterchangeProfitability::isProfitable(
1321
isProfitableForVectorization(InnerLoopId, OuterLoopId, DepMatrix);
1322
break;
1323
case RuleTy::Ignore:
1324
- // TODO? We ignore the force option when it appears in a list, i.e. it
1325
- // should occur as the only option to be effective, as mentioned in the
1326
- // help.
+ LLVM_DEBUG(dbgs() << "Interchange profitability: option 'ignore' has no "
+ "effect in combination with other options\n";
+ dbgs() << "To force interchange, only use 'ignore'");
1327
1328
}
1329
0 commit comments