[PATCH] D158503: [CGP] Remove dead PHI nodes before elimination of mostly empty blocks

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 28 12:44:44 PDT 2023


efriedma accepted this revision.
efriedma added a comment.
This revision is now accepted and ready to land.

Please run some quick benchmarking to make sure this doesn't significantly slow down compile-time. (I don't think it should, but RecursivelyDeleteDeadPHINode is a recursive algorithm, so it isn't entirely obvious.)

Otherwise LGTM


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

https://reviews.llvm.org/D158503



More information about the llvm-commits mailing list