[llvm] [VPlan] First step towards VPlan cost modeling. (PR #67934)
via llvm-commits
llvm-commits at lists.llvm.org
Wed May 8 13:02:43 PDT 2024
================
@@ -3182,6 +3198,10 @@ class VPlan {
return any_of(VFs, [](ElementCount VF) { return VF.isScalable(); });
}
+ iterator_range<SmallSetVector<ElementCount, 2>::iterator> vectorFactors() {
----------------
ayalz wrote:
const?
getVectorFactors?
https://github.com/llvm/llvm-project/pull/67934
More information about the llvm-commits
mailing list