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 b1402ed commit 861804aCopy full SHA for 861804a
llvm/lib/Target/AMDGPU/SIMemoryLegalizer.cpp
@@ -2784,7 +2784,7 @@ bool SIMemoryLegalizerLegacy::runOnMachineFunction(MachineFunction &MF) {
2784
PreservedAnalyses
2785
SIMemoryLegalizerPass::run(MachineFunction &MF,
2786
MachineFunctionAnalysisManager &MFAM) {
2787
- auto *MMI = MFAM.getResult<ModuleAnalysisManagerFunctionProxy>(MF)
+ auto *MMI = MFAM.getResult<ModuleAnalysisManagerMachineFunctionProxy>(MF)
2788
.getCachedResult<MachineModuleAnalysis>(
2789
*MF.getFunction().getParent());
2790
assert(MMI && "MachineModuleAnalysis must be available");
0 commit comments