[PATCH] D131956: [JumpThreading] Process range comparisions with non-local cmp instructions

Sergei Kachkov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 16 04:41:54 PDT 2022


kachkov98 added a comment.

test-suite results:

  Metric: jump-threading.NumThreads
  
  Program                                                                                                           jump-threading.NumThreads                    
                                                                                                                    baseline                  jumpthreading diff 
                                                  test-suite :: MultiSource/Benchmarks/MallocBench/cfrac/cfrac.test   14.00                     19.00       35.7%
                                                test-suite :: MultiSource/Benchmarks/Rodinia/backprop/backprop.test    3.00                      4.00       33.3%
                                               test-suite :: SingleSource/Benchmarks/Adobe-C++/functionobjects.test   20.00                     22.00       10.0%
                                           test-suite :: MultiSource/Benchmarks/Prolangs-C/assembler/assembler.test   26.00                     28.00        7.7%
                                                        test-suite :: MultiSource/Applications/obsequi/Obsequi.test   39.00                     42.00        7.7%
                                                    test-suite :: MultiSource/Benchmarks/FreeBench/pifft/pifft.test   43.00                     45.00        4.7%
                                         test-suite :: MultiSource/Applications/ALAC/encode/alacconvert-encode.test   24.00                     25.00        4.2%
                                         test-suite :: MultiSource/Applications/ALAC/decode/alacconvert-decode.test   24.00                     25.00        4.2%
                                             test-suite :: MultiSource/Benchmarks/Prolangs-C/unix-tbl/unix-tbl.test   51.00                     53.00        3.9%
                                                       test-suite :: MultiSource/Applications/JM/lencod/lencod.test  704.00                    726.00        3.1%
                                             test-suite :: MultiSource/Benchmarks/Prolangs-C/football/football.test   89.00                     91.00        2.2%
                                                     test-suite :: MultiSource/Benchmarks/mafft/pairlocalalign.test  326.00                    333.00        2.1%
                                                       test-suite :: MultiSource/Applications/JM/ldecod/ldecod.test  345.00                    352.00        2.0%
                                                   test-suite :: MultiSource/Benchmarks/Prolangs-C/agrep/agrep.test   52.00                     53.00        1.9%
                                                          test-suite :: MultiSource/Applications/treecc/treecc.test   56.00                     57.00        1.8%
                                                              test-suite :: MultiSource/Benchmarks/PAQ8p/paq8p.test  112.00                    114.00        1.8%
                                            test-suite :: MultiSource/Benchmarks/MallocBench/espresso/espresso.test  117.00                    119.00        1.7%
                                                        test-suite :: MultiSource/Applications/ClamAV/clamscan.test 1365.00                   1384.00        1.4%
                                                    test-suite :: MultiSource/Applications/lambda-0.1.3/lambda.test   74.00                     75.00        1.4%
                                            test-suite :: MultiSource/Benchmarks/DOE-ProxyApps-C++/CLAMR/CLAMR.test  746.00                    755.00        1.2%
                                                        test-suite :: MultiSource/Applications/sqlite3/sqlite3.test 1518.00                   1534.00        1.1%
                                      test-suite :: MultiSource/Benchmarks/MiBench/office-ispell/office-ispell.test  110.00                    111.00        0.9%
                                                                test-suite :: MultiSource/Applications/lua/lua.test  229.00                    231.00        0.9%
                                      test-suite :: MultiSource/Benchmarks/MiBench/consumer-jpeg/consumer-jpeg.test  126.00                    127.00        0.8%
                                            test-suite :: MultiSource/Benchmarks/mediabench/jpeg/jpeg-6a/cjpeg.test  137.00                    138.00        0.7%
                                                        test-suite :: MultiSource/Benchmarks/MallocBench/gs/gs.test  288.00                    290.00        0.7%
                                                            test-suite :: MultiSource/Applications/SPASS/SPASS.test 1205.00                   1212.00        0.6%
                                     test-suite :: MultiSource/Benchmarks/Prolangs-C/TimberWolfMC/timberwolfmc.test  211.00                    212.00        0.5%
                                                          test-suite :: MultiSource/Applications/oggenc/oggenc.test  324.00                    325.00        0.3%
                                                            test-suite :: MultiSource/Benchmarks/Bullet/bullet.test  554.00                    555.00        0.2%
                                                      test-suite :: MultiSource/Benchmarks/7zip/7zip-benchmark.test 1731.00                   1734.00        0.2%


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D131956



More information about the llvm-commits mailing list