Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pre-commit: PR109131 #1963

Closed
wants to merge 2 commits into from
Closed

pre-commit: PR109131 #1963

wants to merge 2 commits into from

Conversation

dtcxzyw
Copy link
Owner

@dtcxzyw dtcxzyw commented Jan 13, 2025

Link: llvm/llvm-project#109131
Requested by: @fhahn

@github-actions github-actions bot mentioned this pull request Jan 13, 2025
Copy link
Contributor

runner: ariselab-64c-v2
baseline: llvm/llvm-project@ec3525f
patch: llvm/llvm-project#109131
sha256: d6190f5d15b464dbf13c3fa6dec9b59ba7b40c379a5528b0f19d50136b0fb2b3
commit: 7d1f202

612 files changed, 393995 insertions(+), 406980 deletions(-)

Improvements:
  globalopt.NumSRA 1122 -> 1123 +0.09%
  instcombine.NumDeadInst 33194810 -> 33222158 +0.08%
  adce.NumBranchesRemoved 22270 -> 22288 +0.08%
  licm.NumSunk 248491 -> 248657 +0.07%
  adce.NumRemoved 87595 -> 87634 +0.04%
  globalopt.NumCtorsEvaluated 3024 -> 3025 +0.03%
  globalopt.NumDeleted 819484 -> 819735 +0.03%
  instcombine.NumCombined 97972726 -> 98000106 +0.03%
  simplifycfg.NumFoldValueComparisonIntoPredecessors 524187 -> 524311 +0.02%
  function-attrs.NumReadOnlyArg 1615106 -> 1615333 +0.01%
Regressions:
  licm.NumMovedCalls 19898 -> 19724 -0.87%
  function-attrs.NumNoFree 622629 -> 622416 -0.03%
  scalar-evolution.NumExitCountsComputed 3665604 -> 3664456 -0.03%
  simplifycfg.NumHoistCommonCode 617384 -> 617251 -0.02%
  simplifycfg.NumHoistCommonInstrs 1760430 -> 1760175 -0.01%
  loop-instsimplify.NumSimplified 193322 -> 193305 -0.01%
  scalar-evolution.NumExitCountsNotComputed 11480709 -> 11479901 -0.01%
  memdep.NumCacheDirtyNonLocalPtr 18407 -> 18406 -0.01%
  gvn.IsValueFullyAvailableInBlockNumSpeculationsMax 459195 -> 459172 -0.01%
  simplifycfg.NumSinkCommonInstrs 702613 -> 702580 -0.00%

7d1f202 pre-commit: Update
0 1 bench/boost/optimized/channel.ll
58 64 bench/darktable/optimized/introspection_colorcontrast.c.ll
0 18 bench/darktable/optimized/introspection_demosaic.c.ll
62 70 bench/darktable/optimized/introspection_hazeremoval.c.ll
0 4 bench/darktable/optimized/introspection_liquify.c.ll
49 56 bench/darktable/optimized/introspection_rawoverexposed.c.ll
15 20 bench/darktable/optimized/pfm.c.ll
4 4 bench/delta-rs/optimized/2braxl0lj34anf5z.ll
5 8 bench/folly/optimized/CPUThreadPoolExecutor.cpp.ll
1 6 bench/hermes/optimized/BytecodeDisassembler.cpp.ll
1 2 bench/hermes/optimized/ConsecutiveStringStorage.cpp.ll
39 53 bench/hermes/optimized/MD5.cpp.ll
66 70 bench/hyperscan/optimized/catchup.c.ll
52 58 bench/hyperscan/optimized/gough.c.ll
37 69 bench/hyperscan/optimized/hwlm.c.ll
63 73 bench/hyperscan/optimized/mcsheng.c.ll
9 16 bench/hyperscan/optimized/shufti.c.ll
9 15 bench/hyperscan/optimized/truffle.c.ll
42 50 bench/jemalloc/optimized/jemalloc_cpp.ll
59 66 bench/mimalloc/optimized/alloc-aligned.c.ll
81 95 bench/mimalloc/optimized/heap.c.ll
101 110 bench/mimalloc/optimized/init.c.ll
59 64 bench/mimalloc/optimized/page.c.ll
37 42 bench/mitsuba3/optimized/emitter.cpp.ll
127 132 bench/mitsuba3/optimized/medium.cpp.ll
0 3 bench/mitsuba3/optimized/properties.cpp.ll
9 14 bench/openusd/optimized/align.cpp.ll
2 4 bench/proxy/optimized/proxy_integration_tests.cpp.ll
4 8 bench/proxy/optimized/proxy_invocation_tests.cpp.ll
0 94 bench/qemu/optimized/accel_tcg_cputlb.c.ll
0 75 bench/qemu/optimized/accel_tcg_user-exec.c.ll
106 114 bench/ruby/optimized/parser_st.ll
123 131 bench/ruby/optimized/st.ll
0 5 bench/stockfish/optimized/uci.ll
0 8 bench/velox/optimized/ArraySum.cpp.ll
0 6 bench/velox/optimized/InPredicate.cpp.ll
0 27 bench/velox/optimized/VectorFuzzer.cpp.ll
0 17 bench/velox/optimized/VectorSaver.cpp.ll
5 5 bench/wasmtime-rs/optimized/3vdx8w41hjyzioqv.ll
0 2 bench/wireshark/optimized/bluetooth_hci_summary_dialog.cpp.ll
0 7 bench/wireshark/optimized/funnel_statistics.cpp.ll
0 11 bench/wireshark/optimized/io_graph_dialog.cpp.ll
0 12 bench/wireshark/optimized/tcp_stream_dialog.cpp.ll
1 5 bench/wireshark/optimized/traffic_tree.cpp.ll
35 40 bench/wireshark/optimized/wireshark_application.cpp.ll
1 10 bench/wireshark/optimized/wireshark_main_window.cpp.ll
28 28 bench/zed-rs/optimized/1jfwd31zu9mxnid4fbavxtsbx.ll
2 2 bench/zed-rs/optimized/9wvbl62ry9kmh1ntb1bvaauiz.ll
24 24 bench/zed-rs/optimized/c11y3knqzm7uiyc3hjuh2wdo8.ll

@fhahn
Copy link

fhahn commented Jan 14, 2025

Reviewed, thanks

@dtcxzyw
Copy link
Owner Author

dtcxzyw commented Jan 14, 2025

/add-label reviewed
/close

@github-actions github-actions bot closed this Jan 15, 2025
@dtcxzyw dtcxzyw deleted the test-run12756553242 branch January 31, 2025 19:04
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