[PATCH] D71478: [BasicBlockUtils] Add utility to remove redundant dbg.value instrs
Adrian Prantl via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 13 15:00:00 PST 2019
aprantl added inline comments.
================
Comment at: llvm/lib/Transforms/Utils/BasicBlockUtils.cpp:345
+// - Support dbg.addr, dbg.declare. dbg.label, and possibly other meta
+// instructions being part of the sequence of consecutive instructions.
+static bool removeRedundantDbgInstrsUsingBackwardScan(BasicBlock *BB) {
----------------
This should be a doxygen comment.
This goes for the entire patch.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71478/new/
https://reviews.llvm.org/D71478
More information about the llvm-commits
mailing list