[PATCH] D56788: [DebugInfo][InstCombine] Prefer salvaging dbg.values over sinking them
Adrian Prantl via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 16 08:45:01 PST 2019
aprantl added a comment.
Seems reasonable to me.
================
Comment at: include/llvm/Transforms/Utils/Local.h:348
+bool salvageDebugInfoForDbgValues(
+ Instruction &I, SmallVectorImpl<DbgVariableIntrinsic *> &Insns);
+
----------------
ArrayRef ?
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56788/new/
https://reviews.llvm.org/D56788
More information about the llvm-commits
mailing list