[PATCH] D70318: Recover debug intrinsics when killing duplicate or empty basic blocks

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 19 10:15:38 PST 2019


aprantl added inline comments.


================
Comment at: llvm/include/llvm/IR/DebugInfoMetadata.h:3258
+/// or a fragment thereof.
+class DebugVariable {
+  using FragmentInfo = DIExpression::FragmentInfo;
----------------
aprantl wrote:
> Can you break this out into a separate NFC commit with a unit test?
@Orlando cf. the discussion in https://reviews.llvm.org/D70121


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D70318





More information about the llvm-commits mailing list