Skip to content

Commit abd32cd

Browse files
committed
formatting and test coverage
1 parent 4b7fb8b commit abd32cd

File tree

2 files changed

+6
-93
lines changed

2 files changed

+6
-93
lines changed

llvm/lib/Target/AArch64/AArch64Combine.td

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -351,9 +351,10 @@ def AArch64PostLegalizerLowering
351351
// Post-legalization combines which are primarily optimizations.
352352
def 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
}

llvm/test/CodeGen/AArch64/neon-qmovn.ll

Lines changed: 0 additions & 89 deletions
This file was deleted.

0 commit comments

Comments
 (0)