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 77f86e2 commit 9f8591dCopy full SHA for 9f8591d
llvm/lib/Analysis/MLInlineAdvisor.cpp
@@ -473,8 +473,7 @@ std::unique_ptr<InlineAdvice> MLInlineAdvisor::getAdviceImpl(CallBase &CB) {
473
}
474
// This one would have been set up to be right at the end.
475
if (!InteractiveChannelBaseName.empty() && InteractiveIncludeDefault)
476
- *ModelRunner->getTensor<int64_t>((int)FeatureMap.size()) =
477
- GetDefaultAdvice(CB);
+ *ModelRunner->getTensor<int64_t>(FeatureMap.size()) = GetDefaultAdvice(CB);
478
return getAdviceFromModel(CB, ORE);
479
480
0 commit comments