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

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 27 06:19:56 PST 2018


nikic added a comment.

This revision has caused https://bugs.llvm.org/show_bug.cgi?id=39807. One of the LLVM IR invariants is that inlinable calls between functions with debug info must have debugloc. However, this change may cause debugloc on invokes to be dropped.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D53390





More information about the llvm-commits mailing list