Skip to content

Commit 55d4816

Browse files
committed
[NFC] Remove trailing white spaces
1 parent d80d5b9 commit 55d4816

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

llvm/include/llvm/Target/GlobalISel/Combine.td

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
268268
def 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

13571357
def 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

llvm/lib/CodeGen/GlobalISel/CombinerHelper.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1490,7 +1490,7 @@ void CombinerHelper::applyOptBrCondByInvertingCond(MachineInstr &MI,
14901490
Observer.changedInstr(*BrCond);
14911491
}
14921492

1493-
1493+
14941494
bool CombinerHelper::tryEmitMemcpyInline(MachineInstr &MI) {
14951495
MachineIRBuilder HelperBuilder(MI);
14961496
GISelObserverWrapper DummyObserver;

0 commit comments

Comments
 (0)