================
@@ -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