[llvm] [AArch64][GlobalISel] Lower G_BUILD_VECTOR to G_INSERT_VECTOR_ELT (PR #105686)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 28 05:54:35 PDT 2024


================
@@ -290,6 +290,13 @@ def combine_mul_cmlt : GICombineRule<
   (apply [{ applyCombineMulCMLT(*${root}, MRI, B, ${matchinfo}); }])
 >;
 
+def lower_build_insert_vec_elt : GICombineRule<
----------------
arsenm wrote:

This isn't a lowering if it's in the combiner 

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


More information about the llvm-commits mailing list