[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 21:05:47 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:
Bump on this, why is this an optimization combine and not in LegalizerHelper? The title says its lowering, but this is not
https://github.com/llvm/llvm-project/pull/105686
More information about the llvm-commits
mailing list