[PATCH] D104870: [SimplifyCFG] Tail-merging all blocks with `unreachable` terminator

Jeremy Morse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 25 02:58:16 PDT 2021


jmorse added a comment.

Given that tail-merging already happens in some scenarios, I don't see any additional debug-info difficulties in doing it for Unreachable, over anything else. (For variable locations and source locations at least).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D104870



More information about the llvm-commits mailing list