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

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 9 13:01:27 PST 2021


fhahn added a comment.

Hi! I'm not sure what the current status of this patch is, but I put up an initial patch that just does PHI translation when stepping across memory phis: D98288 <https://reviews.llvm.org/D98288>

Do you think it would be possible to port/add the logic to translate phis for any access?


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