================ @@ -20717,6 +20717,83 @@ static SDValue performBuildVectorCombine(SDNode *N, return SDValue(); } +// A special combine for the vqdmulh family of instructions. ---------------- nasherm wrote: Done https://github.com/llvm/llvm-project/pull/143671