[PATCH] D73054: Prevent explosion of debug intrinsics during jump threading

Djordje Todorovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 23 02:30:09 PST 2020


djtodoro added inline comments.


================
Comment at: llvm/lib/Transforms/Scalar/JumpThreading.cpp:400
+
+      // Jump theading may have introduced redundant debug values into BB
+      // which should be removed.
----------------
*threading*


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D73054





More information about the llvm-commits mailing list