[llvm] [VPlan] Add transformation to narrow interleave groups. (PR #106441)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 25 13:34:21 PDT 2024
================
@@ -673,6 +672,7 @@ static void recursivelyDeleteDeadRecipes(VPValue *V) {
void VPlanTransforms::optimizeForVFAndUF(VPlan &Plan, ElementCount BestVF,
unsigned BestUF,
PredicatedScalarEvolution &PSE) {
+
----------------
fhahn wrote:
Removed, thanks!
https://github.com/llvm/llvm-project/pull/106441
More information about the llvm-commits
mailing list