[PATCH] D90095: [WIP][DSE] Enable MSSA DSE to optimize across PHIs

Evgeniy via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 29 06:23:53 PDT 2021


ebrevnov added a comment.

In D90095#2843496 <https://reviews.llvm.org/D90095#2843496>, @vdsered wrote:

> @ebrevnov
> Hi, any progress on the patch? I'd like to work on it if you agreed to that.

Hi Daniil. The help is more than welcome. I've extracted couple of patches which I hope to be able to land as ground work (see dependencies). Next step is to extract minimal change to introduce basic phi translation support. The challenge here is to take best of D98288 <https://reviews.llvm.org/D98288> and this one as they are doing essentially the same things.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D90095



More information about the llvm-commits mailing list