@@ -264,7 +264,7 @@ def combine_extracted_vector_load : GICombineRule<
264
264
(match (wip_match_opcode G_EXTRACT_VECTOR_ELT):$root,
265
265
[{ return Helper.matchCombineExtractedVectorLoad(*${root}, ${matchinfo}); }]),
266
266
(apply [{ Helper.applyBuildFn(*${root}, ${matchinfo}); }])>;
267
-
267
+
268
268
def combine_indexed_load_store : GICombineRule<
269
269
(defs root:$root, indexed_load_store_matchdata:$matchinfo),
270
270
(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,
1356
1356
1357
1357
def all_combines : GICombineGroup<[trivial_combines, insert_vec_elt_combines,
1358
1358
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,
1360
1360
simplify_add_to_sub, hoist_logic_op_with_same_opcode_hands, shifts_too_big,
1361
1361
reassocs, ptr_add_immed_chain,
1362
1362
shl_ashr_to_sext_inreg, sext_inreg_of_load,
@@ -1373,7 +1373,7 @@ def all_combines : GICombineGroup<[trivial_combines, insert_vec_elt_combines,
1373
1373
intdiv_combines, mulh_combines, redundant_neg_operands,
1374
1374
and_or_disjoint_mask, fma_combines, fold_binop_into_select,
1375
1375
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,
1377
1377
combine_concat_vector, double_icmp_zero_and_or_combine]>;
1378
1378
1379
1379
// A combine group used to for prelegalizer combiners at -O0. The combines in
0 commit comments