[llvm] [VPlan] Support different loop-invariant ops in narrowIG. (PR #203785)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Sun Jun 28 12:45:15 PDT 2026


================
@@ -5893,6 +5892,7 @@ static VPValue *narrowInterleaveGroupOp(ArrayRef<VPValue *> Members,
   if (isAlreadyNarrow(V))
     return V;
 
+  auto *R = V->getDefiningRecipe();
----------------
fhahn wrote:

done thanks

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


More information about the llvm-commits mailing list