[PATCH] D70318: Recover debug intrinsics when killing duplicate or empty basic blocks

Stephen Tozer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 2 09:02:06 PST 2019


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

Use another lambda to simplify skipping of dbg info, fix incorrect type usage in setDbgVariableUndef


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D70318

Files:
  llvm/include/llvm/Transforms/Utils/Local.h
  llvm/lib/Transforms/Utils/Local.cpp
  llvm/lib/Transforms/Utils/SimplifyCFG.cpp
  llvm/test/Transforms/SimplifyCFG/hoist-dbgvalue-else.ll
  llvm/test/Transforms/SimplifyCFG/hoist-dbgvalue-empty.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D70318.231723.patch
Type: text/x-patch
Size: 14004 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191202/0556c675/attachment-0001.bin>


More information about the llvm-commits mailing list