[PATCH] D119914: [Debugify] Mark mir-check-debugify change nothing of input
Xiang Zhang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 15 22:11:40 PST 2022
xiangzhangllvm added inline comments.
================
Comment at: llvm/lib/CodeGen/MachineCheckDebugify.cpp:109
AU.addRequired<MachineModuleInfoWrapperPass>();
- AU.addPreserved<MachineModuleInfoWrapperPass>();
- AU.setPreservesCFG();
+ AU.setPreservesAll();
}
----------------
LGTM, Preserves All analysis is more reasonable.
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