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 5904106 commit 9c24b02Copy full SHA for 9c24b02
llvm/lib/Target/AMDGPU/AMDGPUReserveWWMRegs.h
@@ -17,6 +17,7 @@ class AMDGPUReserveWWMRegsPass
17
public:
18
PreservedAnalyses run(MachineFunction &MF,
19
MachineFunctionAnalysisManager &MFAM);
20
+ static bool isRequired() { return true; }
21
};
22
} // namespace llvm
23
0 commit comments