[llvm] [DAGCombiner] Add combine for vector interleave of splats (PR #151110)
    Min-Yih Hsu via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Jul 30 11:56:47 PDT 2025
    
    
  
================
@@ -25173,6 +25173,37 @@ static SDValue combineConcatVectorOfCasts(SDNode *N, SelectionDAG &DAG) {
   return DAG.getNode(CastOpcode, DL, VT, NewConcat);
 }
 
+static SDValue combineConcatVectorInterleave(SDNode *N, SelectionDAG &DAG) {
----------------
mshockwave wrote:
could you add a comment here to briefly explain your pattern?
https://github.com/llvm/llvm-project/pull/151110
    
    
More information about the llvm-commits
mailing list