[PATCH] D91595: [Debugify] Support checking Machine IR debug info

Xiang Zhang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 18 21:45:52 PST 2020


xiangzhangllvm marked 4 inline comments as done.
xiangzhangllvm added inline comments.


================
Comment at: llvm/lib/CodeGen/CMakeLists.txt:77
   MachineCSE.cpp
+  MachineCheckDebug.cpp
   MachineDebugify.cpp
----------------
xiangzhangllvm wrote:
> djtodoro wrote:
> > I would pick `MachineCheckDebugify`, wdyt?
> Yes, I noticed that, I also found mir-strip-debug implemented in MachineStripDebug.cpp, so I sync it with mir-strip-debug.
If you still prefer MachineCheckDebugify, I am ok to update it, include the option name.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D91595/new/

https://reviews.llvm.org/D91595



More information about the llvm-commits mailing list