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

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 9 02:18:34 PDT 2020


fhahn updated this revision to Diff 290675.
fhahn added a comment.
Herald added subscribers: wenlei, nikic, kerbowa, dexonsmith, steven_wu, nhaehnle, jvesely.



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

> Did you investigate a similar change for lib/Passes/PassBuilder.cpp:734->720?

I've added the changes for the NewPM as well and updated the test diffs. I'll add numbers for the NewPM once I have them.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D87322

Files:
  llvm/lib/Passes/PassBuilder.cpp
  llvm/lib/Transforms/IPO/PassManagerBuilder.cpp
  llvm/test/CodeGen/AMDGPU/opt-pipeline.ll
  llvm/test/Other/new-pm-defaults.ll
  llvm/test/Other/new-pm-thinlto-defaults.ll
  llvm/test/Other/new-pm-thinlto-postlink-pgo-defaults.ll
  llvm/test/Other/new-pm-thinlto-postlink-samplepgo-defaults.ll
  llvm/test/Other/new-pm-thinlto-prelink-pgo-defaults.ll
  llvm/test/Other/new-pm-thinlto-prelink-samplepgo-defaults.ll
  llvm/test/Other/opt-O2-pipeline.ll
  llvm/test/Other/opt-O3-pipeline-enable-matrix.ll
  llvm/test/Other/opt-O3-pipeline.ll
  llvm/test/Other/opt-Os-pipeline.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D87322.290675.patch
Type: text/x-patch
Size: 15553 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200909/60cc26c1/attachment.bin>


More information about the llvm-commits mailing list