[PATCH] D53390: [DebugInfo][Dexter] Unreachable line stepped onto after SimplifyCFG.

Carlos Alberto Enciso via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 7 08:22:38 PST 2018


CarlosAlbertoEnciso updated this revision to Diff 172962.
CarlosAlbertoEnciso edited the summary of this revision.
CarlosAlbertoEnciso added a comment.

@vsk,

Thanks for your comments.

I have updated the patch to address the issue of using -g vs -gline-tables-only.
Included a test case for '-g' and a test case for '-gline-tables-only'.


https://reviews.llvm.org/D53390

Files:
  include/llvm/IR/Instruction.h
  lib/IR/Instruction.cpp
  lib/Transforms/Utils/SimplifyCFG.cpp
  test/CodeGen/X86/pr39187-g.ll
  test/CodeGen/X86/pr39187-gline-tables-only.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53390.172962.patch
Type: text/x-patch
Size: 12304 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181107/7316d19a/attachment.bin>


More information about the llvm-commits mailing list