[PATCH] D124398: [DebugInfo] Don't skip deletion of dead BasicBlocks because of debug-info instructions

Jeremy Morse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 3 02:19:50 PDT 2022


jmorse abandoned this revision.
jmorse added a comment.

/me squints,

Actually, it turns out the test is sketchy -- because I was using the autogenerated check lines, it wasn't testing for the absence of any other blocks. It doesn't appear that unreachableblockelim is the culprit at all, that's just where a change in CFG happens, which had attracted my attention. More detail on the GH ticket.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D124398



More information about the llvm-commits mailing list