[PATCH] D139662: [CodeExtractor] Preserve entire scope of !DIVariables when moving them

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 8 12:32:56 PST 2022


aprantl accepted this revision.
aprantl added inline comments.
This revision is now accepted and ready to land.


================
Comment at: llvm/include/llvm/IR/DebugInfoMetadata.h:1588
+                          LLVMContext &Ctx,
+                          DenseMap<const MDNode *, MDNode *> &Cache);
+
----------------
Might want to add a unit test for this.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D139662



More information about the llvm-commits mailing list