Fields
| hardware | None |
| os | None |
Parameters
Fields
| Name | Value |
|---|
Parameters
| Name | Value |
|---|---|
| git_commit |
commit 1b0553c9fa8d61010a43b1a2dcb649d1aab7d8ae Author: Nikolas Klauser <nikolasklauser@berlin.de> Date: Thu Sep 25 20:16:27 2025 +0200 [libc++] Use _BitInt and __builtin_popcountg in bitset::count() (#160679) This has multiple benefits: 1) The compiler has to do way less work to figure out things fold into a simple `popcount`, improving compile times quite a bit 2) The compiler inlines better, since the compile doesn't have to do complicated optimizations to get to the same point. Looking at the pipeline, it seems that without this, LLVM has to go all the way to GVN to get to the same code as there is after the first InstCombine pass with this change. Currently this applies only to `bitset`s with at most 64 bits, but that is by far the most common case. |
Filter
ldionne-old-macbook-results test results
| Run | Order | Start Time | Duration |
|---|---|---|---|
| Current | 553943 | 2025-12-16T16:40:01 | 0:00:00 |
| Previous | 553837 | 2025-12-16T16:40:01 | 0:00:00 |
| Baseline | 485288 | 2025-12-16T16:40:01 | 0:00:00 |
Tests Summary
| Status Group | # | # (B) |
|---|---|---|
| Performance Improvements | 9 | 0 |
| Added Tests | 0 | 16 |
| Unchanged Tests | 71 | 64 |
| Total Tests | 80 |
| Performance Improvements - execution_time | Δ | Previous | Current | σ | Δ (B) | σ (B) |
|---|---|---|---|---|---|---|
| 707_ntest_r | -8.64% | 18.026 | 16.470 | 0.058 | 0.00% | 0.058 |
| 706_stockfish_r | -3.52% | 22.253 | 21.471 | 0.158 | 0.00% | 0.158 |
| 727_cppcheck_r | -2.16% | 25.073 | 24.532 | 0.209 | 0.00% | 0.209 |
| 737_gmsh_r | -1.82% | 12.975 | 12.738 | 0.081 | 0.00% | 0.081 |
| 709_cactus_r | -1.76% | 19.955 | 19.603 | 0.104 | 0.00% | 0.104 |
| 723_llvm_r | -1.58% | 11.693 | 11.508 | 0.033 | 0.00% | 0.033 |
| 721_gcc_r | -1.40% | 13.104 | 12.920 | 0.054 | 0.00% | 0.054 |
| 753_ns3_r | -1.25% | 10.466 | 10.335 | 0.014 | 0.00% | 0.014 |
| 766_femflow_r | -1.19% | 12.997 | 12.843 | 0.047 | 0.00% | 0.047 |
| Added Tests - execution_time |
|---|
| 706_stockfish_r |
| 707_ntest_r |
| 709_cactus_r |
| 710_omnetpp_r |
| 721_gcc_r |
| 723_llvm_r |
| 727_cppcheck_r |
| 729_abc_r |
| 731_astcenc_r |
| 735_gem5_r |
| 736_ocio_r |
| 737_gmsh_r |
| 748_flightdm_r |
| 750_sealcrypto_r |
| 753_ns3_r |
| 766_femflow_r |
Report Time: 0.07s