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

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 26 11:13:04 PDT 2020


fhahn added a comment.

Great, thanks for sharing!

This currently seems to lead to a bit less stores removed overall on MultiSource/SPEC2000/SPEC2006 with -O3 -flto, but that might be related to some of the limits needing adjustments.

As a first step, it would probably be good to add a set of tests for the new functionality.


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