[llvm] [LoopVectorize] Further improve cost model for early exit loops (PR #126235)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 5 12:04:57 PST 2025
================
@@ -10230,8 +10270,8 @@ static bool areRuntimeChecksProfitable(GeneratedRTChecks &Checks,
// For now we assume the epilogue cost EpiC = 0 for simplicity. Note that
// the computations are performed on doubles, not integers and the result
// is rounded up, hence we get an upper estimate of the TC.
- unsigned IntVF = getEstimatedRuntimeVF(VF.Width, VScale);
- uint64_t RtC = *CheckCost.getValue();
+ unsigned IntVF = getEstimatedRuntimeVF(VF.Width, CM.getVScaleForTuning());
----------------
fhahn wrote:
Unrelated?
https://github.com/llvm/llvm-project/pull/126235
More information about the llvm-commits
mailing list