[llvm] llvm: honor VFABI mappings without builtin suppression (PR #193884)
Graham Hunter via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 12 06:04:26 PDT 2026
================
@@ -5963,7 +5963,7 @@ void LoopVectorizationCostModel::setVectorizedCallDecision(ElementCount VF) {
break;
}
- if (TLI && VecFunc && !CI->isNoBuiltin())
+ if (VecFunc)
----------------
huntergr-arm wrote:
I think a rebase is in order; #195518 moved the call widening to VPlanTransforms.cpp, and #195519 removed `setVectorizedCallDecision` from the legacy cost model.
https://github.com/llvm/llvm-project/pull/193884
More information about the llvm-commits
mailing list