[llvm] [VPlan] Port invalid cost remarks to VPlan. (PR #99322)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 24 08:36:23 PDT 2024
================
@@ -7290,6 +7327,7 @@ LoopVectorizationPlanner::plan(ElementCount UserVF, unsigned UserIC) {
// cost-model and will be retired once the VPlan-based cost-model is
// stabilized.
VectorizationFactor VF = selectVectorizationFactor();
+
----------------
fhahn wrote:
Removed, thanks!
https://github.com/llvm/llvm-project/pull/99322
More information about the llvm-commits
mailing list