[PATCH] D78932: [DSE,MSSA] Relax post-dom restriction for objs visible after return.

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 27 14:01:08 PDT 2020


efriedma added a comment.

The PostDominatorTree doesn't include implicit unwind edges.  I'm not completely sure whether your change handles that correctly... but either way, please make sure we have testcases.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D78932





More information about the llvm-commits mailing list