[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
Fri Jul 2 03:38:54 PDT 2021
djtodoro added a comment.
@Orlando Thanks!
================
Comment at: llvm/test/DebugInfo/X86/livedebugvars-avoid-duplicates.ll:4
+
+; RUN: llc -O2 %s -stop-before=livedebugvalues -o - | FileCheck %s
+
----------------
Orlando wrote:
> You could add `--implicit-check-not=DBG_VALUE` to `FileCheck` so that the test fails if there are unexpected DBG_VALUEs?
I should have deleted this test now. We don’t need it any more.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105279/new/
https://reviews.llvm.org/D105279
More information about the llvm-commits
mailing list