Skip to content

Commit 96196e2

Browse files
[GlobalISel] Remove unused declaration tryCombineIndexedLoadStore
The corresponding function definition was removed by: commit 7e5c267 Author: Amara Emerson <[email protected]> Date: Mon Sep 25 03:22:25 2023 +0800
1 parent 1961088 commit 96196e2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

llvm/include/llvm/CodeGen/GlobalISel/CombinerHelper.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -194,9 +194,6 @@ class CombinerHelper {
194194
/// Match (and (load x), mask) -> zextload x
195195
bool matchCombineLoadWithAndMask(MachineInstr &MI, BuildFnTy &MatchInfo);
196196

197-
/// Combine \p MI into a pre-indexed or post-indexed load/store operation if
198-
/// legal and the surrounding code makes it useful.
199-
bool tryCombineIndexedLoadStore(MachineInstr &MI);
200197
bool matchCombineIndexedLoadStore(MachineInstr &MI, IndexedLoadStoreMatchInfo &MatchInfo);
201198
void applyCombineIndexedLoadStore(MachineInstr &MI, IndexedLoadStoreMatchInfo &MatchInfo);
202199

0 commit comments

Comments
 (0)