[PATCH] D106010: [SimplifyCFG] Rerun PHI deduplication after common code sinkinkg (PR51092)

Dávid Bolvanský via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 14 13:18:17 PDT 2021


xbolva00 added a comment.

>> The alternative is to schedule a new EarlyCSE pass invocation somewhere later in the pipeline.

Clearly, we don't have any EarlyCSE runs in module optimization passline, so this pattern isn't cleaned up...

Maybe slowly we gather more and more motivation cases to justify another run of CSE?

I remember this PR where another CSE run would help as well.
https://bugs.llvm.org/show_bug.cgi?id=42755


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D106010



More information about the llvm-commits mailing list