Skip to content

Commit

Permalink
[AMDGPU] Use LV wrapperPass in getAnalysisUsage. (llvm#123044)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdevadas authored Jan 16, 2025
1 parent 1d890b0 commit 3e3a4d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/lib/Target/AMDGPU/SILowerControlFlow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ class SILowerControlFlow : public MachineFunctionPass {
AU.addPreserved<MachineDominatorTreeWrapperPass>();
AU.addPreserved<SlotIndexesWrapperPass>();
AU.addPreserved<LiveIntervalsWrapperPass>();
AU.addPreservedID(LiveVariablesID);
AU.addPreserved<LiveVariablesWrapperPass>();
MachineFunctionPass::getAnalysisUsage(AU);
}
};
Expand Down

0 comments on commit 3e3a4d8

Please sign in to comment.