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 8b7bfb4 commit 3ace18dCopy full SHA for 3ace18d
llvm/lib/CodeGen/CodeGen.cpp
@@ -82,6 +82,7 @@ void llvm::initializeCodeGen(PassRegistry &Registry) {
82
initializeMachineCycleInfoWrapperPassPass(Registry);
83
initializeMachineDominatorTreeWrapperPassPass(Registry);
84
initializeMachineFunctionPrinterPassPass(Registry);
85
+ initializeMachineFunctionSplitterPass(Registry);
86
initializeMachineLateInstrsCleanupPass(Registry);
87
initializeMachineLICMPass(Registry);
88
initializeMachineLoopInfoWrapperPassPass(Registry);
0 commit comments