[llvm] [GISel][AMDGPU] Expand ShuffleVector (PR #124527)
    Alan Li via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Feb 26 10:09:10 PST 2025
    
    
  
================
@@ -1560,6 +1560,13 @@ def combine_shuffle_concat : GICombineRule<
         [{ return Helper.matchCombineShuffleConcat(*${root}, ${matchinfo}); }]),
   (apply [{ Helper.applyCombineShuffleConcat(*${root}, ${matchinfo}); }])>;
 
+// Combines shuffles of vector into extract_subvector
+def combine_shuffle_vector : GICombineRule<
----------------
lialan wrote:
updated to `combine_shuffle_vector_to_build_vector`
https://github.com/llvm/llvm-project/pull/124527
    
    
More information about the llvm-commits
mailing list