[PATCH] D80047: Don't tail merge EHPads

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 21 11:21:56 PDT 2020


efriedma added a comment.

There's a few weird edge cases because we don't explicitly mark blocks where the fallthrough is unreachable; I think @jyknight is working on a patch for that.  In particular, suppose you have a block that has both an unwind edge and an unreachable fallthrough.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D80047





More information about the llvm-commits mailing list