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 fe7cb15 commit b7b609eCopy full SHA for b7b609e
llvm/lib/Target/AMDGPU/SILowerWWMCopies.cpp
@@ -43,6 +43,9 @@ class SILowerWWMCopies : public MachineFunctionPass {
43
StringRef getPassName() const override { return "SI Lower WWM Copies"; }
44
45
void getAnalysisUsage(AnalysisUsage &AU) const override {
46
+ AU.addUsedIfAvailable<LiveIntervalsWrapperPass>();
47
+ AU.addUsedIfAvailable<SlotIndexesWrapperPass>();
48
+ AU.addUsedIfAvailable<VirtRegMapWrapperLegacy>();
49
AU.setPreservesAll();
50
MachineFunctionPass::getAnalysisUsage(AU);
51
}
0 commit comments