Skip to content

Conversation

@dtcxzyw
Copy link
Owner

@dtcxzyw dtcxzyw commented Dec 3, 2024

Link: llvm/llvm-project#118472
Requested by: @nikic

@github-actions github-actions bot mentioned this pull request Dec 3, 2024
@github-actions
Copy link
Contributor

github-actions bot commented Dec 3, 2024

runner: buildkitsandbox
baseline: llvm/llvm-project@9a4c5a5
patch: llvm/llvm-project#118472
sha256: 1512641f681b943bfb3fec7d57e9b2c4145d3c014262d19124f644f36fb6fb23
commit: 511656d

286 files changed, 14465 insertions(+), 14759 deletions(-)

Improvements:
  instcombine.NegatorNumTreesNegated 35971 -> 35994 +0.06%
  instcombine.NegatorNumInstructionsNegatedSuccess 45490 -> 45513 +0.05%
  instcombine.NegatorNumInstructionsCreatedTotal 49272 -> 49295 +0.05%
  instcombine.NegatorMaxInstructionsCreated 12702 -> 12703 +0.01%
  jump-threading.NumFolds 2018106 -> 2018147 +0.00%
  sccp.NumDeadBlocks 707131 -> 707134 +0.00%
  memdep.NumCacheCompleteNonLocalPtr 4119913 -> 4119920 +0.00%
  instcombine.NumDeadInst 33207705 -> 33207759 +0.00%
  early-cse.NumSimplify 25557429 -> 25557465 +0.00%
  instcombine.NegatorNumValuesVisited 18408097 -> 18408122 +0.00%
Regressions:
  correlated-value-propagation.NumShlNSW 98179 -> 98169 -0.01%
  correlated-value-propagation.NumShlNW 221922 -> 221908 -0.01%
  correlated-value-propagation.NumMulNSW 57807 -> 57804 -0.01%
  correlated-value-propagation.NumShlNUW 123743 -> 123739 -0.00%
  correlated-value-propagation.NumNSW 413179 -> 413166 -0.00%
  correlated-value-propagation.NumMulNW 102242 -> 102239 -0.00%
  correlated-value-propagation.NumNW 765628 -> 765611 -0.00%
  correlated-value-propagation.NumNUW 353071 -> 353067 -0.00%
  simplifycfg.NumSimpl 42457474 -> 42457188 -0.00%
  simplifycfg.NumSinkCommonCode 336257 -> 336255 -0.00%

511656d pre-commit: Update
71 71 bench/assimp/optimized/IFCReaderGen1_2x3.cpp.ll
24 24 bench/assimp/optimized/IFCReaderGen2_2x3.cpp.ll
16 16 bench/boost/optimized/algorithm.ll
19 19 bench/boost/optimized/any_params_iter.ll
31 31 bench/boost/optimized/approximately_equals.ll
82 82 bench/boost/optimized/area.ll
23 23 bench/boost/optimized/area_geo.ll
27 27 bench/boost/optimized/area_multi.ll
34 34 bench/boost/optimized/area_sph_geo.ll
33 33 bench/boost/optimized/async.ll
25 25 bench/boost/optimized/async_fut.ll
26 26 bench/boost/optimized/bind_stderr.ll
22 22 bench/boost/optimized/bind_stdin_stdout.ll
38 38 bench/boost/optimized/buffer_gc.ll
1 1 bench/boost/optimized/cmd.ll
2 2 bench/boost/optimized/collate.ll
29 29 bench/boost/optimized/difference_linear_linear.ll
42 42 bench/boost/optimized/difference_multi_areal_linear.ll
36 36 bench/boost/optimized/env.ll
28 28 bench/boost/optimized/envelope_multi.ll
55 55 bench/boost/optimized/expand.ll
49 49 bench/boost/optimized/expand_on_spheroid.ll
45 45 bench/boost/optimized/get_turns.ll
35 35 bench/boost/optimized/get_turns_linear_areal.ll
30 30 bench/boost/optimized/get_turns_linear_areal_sph.ll
37 37 bench/boost/optimized/relate_linear_linear.ll
8 8 bench/boost/optimized/run_exe.ll
7 7 bench/boost/optimized/sub_launcher.ll
32 32 bench/boost/optimized/text_file_backend.ll
9 9 bench/boost/optimized/topology.ll
48 48 bench/boost/optimized/within.ll
81 81 bench/boost/optimized/within_pointlike_geometry.ll
43 43 bench/boost/optimized/write_dsv.ll
4 4 bench/linux/optimized/huf_decompress.ll
3 3 bench/llvm/optimized/RISCVISelLowering.cpp.ll
108 108 bench/lvgl/optimized/lv_file_explorer.ll
69 69 bench/meshlab/optimized/filter_func.cpp.ll
10 10 bench/meshlab/optimized/load_project.cpp.ll
5 5 bench/nix/optimized/nix-build.ll
4 6 bench/pbrt-v4/optimized/aggregates.cpp.ll
2 4 bench/pbrt-v4/optimized/lightsamplers.cpp.ll
6 10 bench/postgres/optimized/subscriptioncmds.ll
279 283 bench/postgres/optimized/tsvector_op.ll
53 53 bench/proj/optimized/coordinateoperationfactory.cpp.ll
12 12 bench/proj/optimized/factory.cpp.ll
20 20 bench/proj/optimized/io.cpp.ll
6 6 bench/proj/optimized/projsync.cpp.ll
17 17 bench/quantlib/optimized/fdm2dblackscholesop.ll
11 11 bench/quantlib/optimized/fdmbatesop.ll
21 23 bench/quickjs/optimized/libbf.ll
44 46 bench/wireshark/optimized/astringlist_list_model.cpp.ll
11 13 bench/wireshark/optimized/coloring_rules_model.cpp.ll
31 33 bench/wireshark/optimized/column_list_model.cpp.ll
238 246 bench/wireshark/optimized/display_filter_expression_dialog.cpp.ll
15 17 bench/wireshark/optimized/extcap_argument.cpp.ll
120 124 bench/wireshark/optimized/io_graph_dialog.cpp.ll
10 15 bench/wireshark/optimized/packet_list.cpp.ll
46 48 bench/wireshark/optimized/resolved_addresses_models.cpp.ll
39 41 bench/wireshark/optimized/uat_model.cpp.ll

@dtcxzyw
Copy link
Owner Author

dtcxzyw commented Dec 3, 2024

/add-label reviewed
/close

@github-actions github-actions bot closed this Dec 3, 2024
@dtcxzyw dtcxzyw deleted the test-run12138798366 branch January 9, 2025 08:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants