[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
Tue Jan 10 08:21:50 PST 2023


probinson added a comment.

One minor comment. I don't feel comfortable enough with metadata to actually approve this, however.



================
Comment at: llvm/lib/Transforms/Scalar/JumpThreading.cpp:2058
 
+    findDbgValues(DbgValues, &I);
+    DbgValues.erase(remove_if(DbgValues,
----------------



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