@@ -264,7 +264,7 @@ def combine_extracted_vector_load : GICombineRule<
264264 (match (wip_match_opcode G_EXTRACT_VECTOR_ELT):$root,
265265 [{ return Helper.matchCombineExtractedVectorLoad(*${root}, ${matchinfo}); }]),
266266 (apply [{ Helper.applyBuildFn(*${root}, ${matchinfo}); }])>;
267-
267+
268268def combine_indexed_load_store : GICombineRule<
269269 (defs root:$root, indexed_load_store_matchdata:$matchinfo),
270270 (match (wip_match_opcode G_LOAD, G_SEXTLOAD, G_ZEXTLOAD, G_STORE):$root,
@@ -1356,7 +1356,7 @@ def constant_fold_binops : GICombineGroup<[constant_fold_binop,
13561356
13571357def all_combines : GICombineGroup<[trivial_combines, insert_vec_elt_combines,
13581358 extract_vec_elt_combines, combines_for_extload, combine_extracted_vector_load,
1359- undef_combines, identity_combines, phi_combines,
1359+ undef_combines, identity_combines, phi_combines,
13601360 simplify_add_to_sub, hoist_logic_op_with_same_opcode_hands, shifts_too_big,
13611361 reassocs, ptr_add_immed_chain,
13621362 shl_ashr_to_sext_inreg, sext_inreg_of_load,
@@ -1373,7 +1373,7 @@ def all_combines : GICombineGroup<[trivial_combines, insert_vec_elt_combines,
13731373 intdiv_combines, mulh_combines, redundant_neg_operands,
13741374 and_or_disjoint_mask, fma_combines, fold_binop_into_select,
13751375 sub_add_reg, select_to_minmax, redundant_binop_in_equality,
1376- fsub_to_fneg, commute_constant_to_rhs, match_ands, match_ors,
1376+ fsub_to_fneg, commute_constant_to_rhs, match_ands, match_ors,
13771377 combine_concat_vector, double_icmp_zero_and_or_combine]>;
13781378
13791379// A combine group used to for prelegalizer combiners at -O0. The combines in
0 commit comments