[PATCH] D98080: [gvn] Handle simply phi equivalence cases

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Mar 6 09:06:48 PST 2021


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

LGTM. I think the motivation here is sound, in that CSEing phis may open up further CSE opportunities, so it only makes sense to performs this as part of the same transform.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D98080



More information about the llvm-commits mailing list