[PATCH] D85916: [NewPM][CodeGen] Add machine code verification callback
Arthur Eubanks via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 13 11:18:57 PDT 2020
aeubanks accepted this revision.
aeubanks added a comment.
This revision is now accepted and ready to land.
lgtm with nit
================
Comment at: llvm/lib/CodeGen/MachineVerifier.cpp:310
+ const MachineFunction &MF) {
+ // TODO: Use MFAM after poring below analyses.
+ // LiveVariables *LiveVars;
----------------
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D85916/new/
https://reviews.llvm.org/D85916
More information about the llvm-commits
mailing list