[PATCH] D119914: [Debugify] Mark mir-check-debugify change nothing of input
Phoebe Wang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 16 01:25:41 PST 2022
pengfei accepted this revision.
pengfei added a comment.
This revision is now accepted and ready to land.
LGTM.
================
Comment at: llvm/lib/CodeGen/MachineCheckDebugify.cpp:30-31
bool runOnModule(Module &M) override {
MachineModuleInfo &MMI =
getAnalysis<MachineModuleInfoWrapperPass>().getMMI();
----------------
By the way, I think it's better to move it below the check of `NMD`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D119914/new/
https://reviews.llvm.org/D119914
More information about the llvm-commits
mailing list