@@ -351,9 +351,10 @@ def AArch64PostLegalizerLowering
351351// Post-legalization combines which are primarily optimizations.
352352def AArch64PostLegalizerCombiner
353353 : GICombiner<"AArch64PostLegalizerCombinerImpl",
354- [copy_prop, cast_of_cast_combines, buildvector_of_truncate,
355- integer_of_truncate, mutate_anyext_to_zext,
356- combines_for_extload, combine_indexed_load_store, sext_trunc_sextload,
354+ [copy_prop, cast_of_cast_combines,
355+ buildvector_of_truncate, integer_of_truncate,
356+ mutate_anyext_to_zext, combines_for_extload,
357+ combine_indexed_load_store, sext_trunc_sextload,
357358 hoist_logic_op_with_same_opcode_hands,
358359 redundant_and, xor_of_and_with_same_reg,
359360 extractvecelt_pairwise_add, redundant_or,
@@ -367,5 +368,6 @@ def AArch64PostLegalizerCombiner
367368 select_to_minmax, or_to_bsp, combine_concat_vector,
368369 commute_constant_to_rhs, extract_vec_elt_combines,
369370 push_freeze_to_prevent_poison_from_propagating,
370- combine_mul_cmlt, combine_use_vector_truncate, extmultomull, truncsat_combines]> {
371+ combine_mul_cmlt, combine_use_vector_truncate,
372+ extmultomull, truncsat_combines]> {
371373}
0 commit comments