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

Stephen Tozer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 23 02:27:13 PST 2020


StephenTozer updated this revision to Diff 239819.
StephenTozer added a comment.

Add test, address nit comment. Note that some of the current test checks should pass even without this patch if commit 636c93 is not reverted, as some of the redundant debug info would be dropped.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D73054

Files:
  llvm/lib/Transforms/Scalar/JumpThreading.cpp
  llvm/test/Transforms/JumpThreading/redundant-dbg-info.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D73054.239819.patch
Type: text/x-patch
Size: 6939 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200123/41c657a8/attachment.bin>


More information about the llvm-commits mailing list