[PATCH] D140404: Patch for dbg variable instrinsics to point towards cloned values in JumpThreading

Paul Robinson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 21 03:37:31 PST 2022


probinson added inline comments.


================
Comment at: llvm/include/llvm/Transforms/Utils/SSAUpdater.h:121
+  /// This will scout out all the debug value instrinsics associated with 
+  /// the instruction. Anything outside of it's block will have it's
+  /// value set to the new SSA value if available, and undef if not.
----------------



Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D140404



More information about the llvm-commits mailing list