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

Orlando Cazalet-Hyams via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 21 03:58:50 PST 2020


Orlando added inline comments.


================
Comment at: llvm/lib/Transforms/Scalar/JumpThreading.cpp:432
+          // BB's parent until a DTU->getDomTree() event.
+          RemoveRedundantDbgInstrs(Succ);
+          LVI->eraseBlock(&BB);
----------------
nit: I think `RemoveRedundantDbgInsts` should moved above the comment it currently follows.


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