[llvm] [AArch64][GlobalISel] Add combine for build_vector(unmerge, unmerge, undef, undef) (PR #165539)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 30 18:02:38 PDT 2025
================
@@ -332,6 +332,13 @@ def combine_mul_cmlt : GICombineRule<
(apply [{ applyCombineMulCMLT(*${root}, MRI, B, ${matchinfo}); }])
>;
+def combine_build_unmerge : GICombineRule<
----------------
arsenm wrote:
This is not target specific
https://github.com/llvm/llvm-project/pull/165539
More information about the llvm-commits
mailing list