[llvm] [GISel][AMDGPU] Expand ShuffleVector (PR #124527)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 26 22:46:12 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
----------------
arsenm wrote:

This isn't producing an extract_subvector?

https://github.com/llvm/llvm-project/pull/124527


More information about the llvm-commits mailing list