================
@@ -23855,6 +23863,13 @@ SDValue DAGCombiner::reduceBuildVecToShuffle(SDNode
*N) {
// VecIn accordingly.
bool DidSplitVec = false;
if (VecIn.size() == 2) {
----------------
RKSimon wrote:Thanks - it's been a while since I touched this code :) https://github.com/llvm/llvm-project/pull/122672 _______________________________________________ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
