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 0f9e913 commit 7b4cefbCopy full SHA for 7b4cefb
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