[PATCH] D77747: Add pass to strip debug info from MIR

Daniel Sanders via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 9 15:16:08 PDT 2020


dsanders marked 3 inline comments as done.
dsanders added a comment.

Thanks



================
Comment at: llvm/lib/CodeGen/MachineStripDebug.cpp:40
+            //        the usual three and has a test that depends on it's
+            //        preservation. Preserve it for now.
+            if (I->getNumOperands() > 1) {
----------------
vsk wrote:
> Could you file a PR on bugzilla about this test?
Sure


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D77747





More information about the llvm-commits mailing list