[PATCH] D113179: [Passes] Move AggressiveInstCombine after InstCombine

Anton Afanasyev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 22 11:29:55 PST 2021


anton-afanasyev added a comment.

Btw, the only impact seen by this patch is almost zero, the test suite shows three size-reduced tests and no regressions:

  $ ~/llvm/test-suite/utils/compare.py -a --filter-short -m size..text result_base.json vs result_exp.json
   ...
   test-suite...abench/jpeg/jpeg-6a/cjpeg.test   167826.00  167810.00  -0.0%
   test-suite...nsumer-jpeg/consumer-jpeg.test   167186.00  167170.00  -0.0%
   test-suite...lications/sqlite3/sqlite3.test   496674.00  496546.00  -0.0%


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D113179



More information about the llvm-commits mailing list