[PATCH] D57779: [SLP] Add support for throttling.

Dinar Temirbulatov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 25 04:06:00 PDT 2019


dtemirbulatov added a comment.

In D57779#1439895 <https://reviews.llvm.org/D57779#1439895>, @xbolva00 wrote:

> Did you check the 462.libquantum 's regression?


hmm, 462.libquantum is not affected by this change. I increased the number to runs for the test and here is results:

before:
=======

400.perlbench    9770        302       32.3 *
401.bzip2        9650        470       20.6 *
403.gcc          8050        244       33.0 *
429.mcf          9120        318       28.7 *
445.gobmk       10490        463       22.7 *
456.hmmer        9330        345       27.1 *
458.sjeng       12100        460       26.3 *
462.libquantum  20720        250       83.0 *
464.h264ref     22130        503       44.0 *
471.omnetpp      6250        317       19.7 *
473.astar        7020        413       17.0 *
483.xalancbmk    6900        191       36.2 *
 Est. SPECint(R)_base2006              29.6
 Est. SPECint2006

after:
400.perlbench    9770        301       32.4 *
401.bzip2        9650        469       20.6 *
403.gcc          8050        235       34.2 *
429.mcf          9120        315       29.0 *
445.gobmk       10490        463       22.7 *
456.hmmer        9330        344       27.1 *
458.sjeng       12100        460       26.3 *
462.libquantum  20720        252       82.3 *
464.h264ref     22130        502       44.1 *
471.omnetpp      6250        313       20.0 *
473.astar        7020        412       17.0 *
483.xalancbmk    6900        190       36.4 *
 Est. SPECint(R)_base2006              29.8
 Est. SPECint2006

Here are tests that were affected by this change: 400.perlbench, 403.gcc, h264ref, 483.xalancbmk.


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

https://reviews.llvm.org/D57779





More information about the llvm-commits mailing list