[llvm] [LV] Optimize VPWidenIntOrFpInductionRecipe for known TC (PR #118828)
Hari Limaye via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 17 05:49:50 PDT 2025
================
@@ -97,6 +97,13 @@ struct VPlanTransforms {
unsigned BestUF,
PredicatedScalarEvolution &PSE);
+ /// Try to simplify the branch condition of \p Plan. This may restrict the
+ /// resulting plan to \p BestVF and \p BestUF.
+ static bool simplifyBranchConditionForVFAndUF(VPlan &Plan,
+ ElementCount BestVF,
+ unsigned BestUF,
+ PredicatedScalarEvolution &PSE);
+
----------------
hazzlim wrote:
Ah good point - done.
https://github.com/llvm/llvm-project/pull/118828
More information about the llvm-commits
mailing list