[PATCH] D87322: [Passes] Move ADCE before DSE & LICM.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 10 08:15:35 PDT 2020


fhahn added a comment.

In D87322#2264095 <https://reviews.llvm.org/D87322#2264095>, @asbirlea wrote:

> I forgot to add, if you could include the impact on the NPM for compile-time, it would be great.

Compile-time changes for the NPM: http://195.201.131.214:8000/compare.php?from=adfd684c0c6984a4287bec3711acdc78b0128569&to=ad0eba2e8e73a6aeff18e89d44e3585717c4f018&stat=instructions

  -O3                        -0.10%
  ReleaseThinLTO    -0.20%
  RelaseLTO.            -0.08%

The only binary change is a slight size decrease for `consumer-typeset` (roughly the same decrease is also present for LPM).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D87322



More information about the llvm-commits mailing list