[PATCH] D105279: [RemoveRedundantDebugValues] Introduce a MIR pass that removes redundant DBG_VALUEs

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 29 02:06:28 PDT 2021


foad added inline comments.


================
Comment at: llvm/lib/CodeGen/TargetPassConfig.cpp:1126
 
+  addPass(&RemoveRedundantDebugValuesID, false);
+
----------------
Is the `false` here just a copy-and-paste? I assume there's no reason why machine verification should not work after this pass?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D105279



More information about the llvm-commits mailing list