forked from OSchip/llvm-project
parent
25b87a4b5b
commit
ea614812c6
|
@ -534,7 +534,7 @@ public:
|
|||
for (unsigned i = 0, ie = Tys.size(); i != ie; ++i) {
|
||||
if (Tys[i]->isVectorTy()) {
|
||||
ScalarizationCost += getScalarizationOverhead(Tys[i], false, true);
|
||||
ScalarCalls = std::max(ScalarCalls, RetTy->getVectorNumElements());
|
||||
ScalarCalls = std::max(ScalarCalls, Tys[i]->getVectorNumElements());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue