We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1961088 commit 96196e2Copy full SHA for 96196e2
llvm/include/llvm/CodeGen/GlobalISel/CombinerHelper.h
@@ -194,9 +194,6 @@ class CombinerHelper {
194
/// Match (and (load x), mask) -> zextload x
195
bool matchCombineLoadWithAndMask(MachineInstr &MI, BuildFnTy &MatchInfo);
196
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);
200
bool matchCombineIndexedLoadStore(MachineInstr &MI, IndexedLoadStoreMatchInfo &MatchInfo);
201
void applyCombineIndexedLoadStore(MachineInstr &MI, IndexedLoadStoreMatchInfo &MatchInfo);
202
0 commit comments