[PATCH] D105279: [RemoveRedundantDebugValues] Introduce a MIR pass that removes redundant DBG_VALUEs
Djordje Todorovic via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 29 02:16:59 PDT 2021
djtodoro added inline comments.
================
Comment at: llvm/lib/CodeGen/TargetPassConfig.cpp:1126
+ addPass(&RemoveRedundantDebugValuesID, false);
+
----------------
foad wrote:
> Is the `false` here just a copy-and-paste? I assume there's no reason why machine verification should not work after this pass?
oh, yes. Nice catch.
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