[PATCH] D128470: llvm-reduce: reduce using opt passes

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 4 15:40:11 PDT 2022


arsenm added a comment.

In D128470#3701102 <https://reviews.llvm.org/D128470#3701102>, @aeubanks wrote:

> sorry, forgot to review this the first time around
>
> do we really need this many passes? I'd think that just SROA/InstCombine/SimplifyCFG would be enough

I get a lot of value out of manually running InferAddressSpaces and GVN when reducing


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

https://reviews.llvm.org/D128470



More information about the llvm-commits mailing list