[llvm] [VPlan] Move out canNarrowOps (NFC). (PR #167309)

Ramkumar Ramachandra via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 10 05:08:10 PST 2025


================
@@ -4313,22 +4339,9 @@ void VPlanTransforms::narrowInterleaveGroups(VPlan &Plan, ElementCount VF,
 
     // Check if all values feeding InterleaveR are matching wide recipes, which
     // operands that can be narrowed.
-    auto *WideMember0 = dyn_cast_or_null<VPWidenRecipe>(
-        InterleaveR->getStoredValues()[0]->getDefiningRecipe());
-    if (!WideMember0)
+    //
----------------
artagnon wrote:

Stray //?

https://github.com/llvm/llvm-project/pull/167309


More information about the llvm-commits mailing list