This version can be used without a PassManager
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Good idea. LGTM
llvm/lib/CodeGen/MachineVerifier.cpp | ||
---|---|---|
91–92 | Maybe just drop this constructor and the PASS member and instead add logic to MachineVerifierPass::runOnMachineFunction to query the analyses? (as a suggestion, I don't mind too much if we don't do it in this diff). |
Maybe just drop this constructor and the PASS member and instead add logic to MachineVerifierPass::runOnMachineFunction to query the analyses?
(as a suggestion, I don't mind too much if we don't do it in this diff).