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 814a732 commit 86719daCopy full SHA for 86719da
llvm/include/llvm/CodeGen/InitUndef.h
@@ -17,6 +17,7 @@ class InitUndefPass : public PassInfoMixin<InitUndefPass> {
17
public:
18
PreservedAnalyses run(MachineFunction &MF,
19
MachineFunctionAnalysisManager &MFAM);
20
+ static bool isRequired() { return true; }
21
};
22
23
} // namespace llvm
0 commit comments