Uh oh!
There was an error while loading. Please reload this page.
Removes SimplifyComparisonIntegral pass - #150940
Conversation
dianqk
commented
Jan 10, 2026
@bors try parent=f57eac1bf98cb5d578e3364b64365ec398c137df @rust-timer queue |
This comment has been minimized.
This comment has been minimized.
Removes SimplifyComparisonIntegral pass
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
rust-timer
commented
Jan 11, 2026
Finished benchmarking commit (19560ab): comparison URL. Overall result: ❌✅ regressions and improvements - please read the text belowBenchmarking this pull request means it may be perf-sensitive – we'll automatically label it not fit for rolling up. You can override this, but we strongly advise not to, due to possible changes in compiler perf. Next Steps: If you can justify the regressions found in this try perf run, please do so in sufficient writing along with @bors rollup=never Instruction countOur most reliable metric. Used to determine the overall result above. However, even this metric can be noisy.
Max RSS (memory usage)Results (primary 0.3%, secondary -2.2%)A less reliable metric. May be of interest, but not used to determine the overall result above.
CyclesResults (primary 2.9%, secondary 2.5%)A less reliable metric. May be of interest, but not used to determine the overall result above.
Binary sizeResults (primary 0.1%, secondary 0.4%)A less reliable metric. May be of interest, but not used to determine the overall result above.
Bootstrap: 473.812s -> 473.164s (-0.14%) |
saethlin
commented
Jan 11, 2026
That is very strange. The breakdown for the biggest check regression just has a bunch of improvements in it. |
This comment has been minimized.
This comment has been minimized.
mati865
commented
Jan 16, 2026
IIRC, the breakdown and overall stats are two distinct invocations (with and without |
saethlin
commented
Jan 16, 2026
Yes, that's why I commented on the benchmark with a significance factor of 22. |
b2d9dc5 to
3d407ddCompare3d407dd to
ae3a7dbComparedianqk
commented
Jan 17, 2026
@bors try @rust-timer queue |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Removes SimplifyComparisonIntegral pass
This comment has been minimized.
This comment has been minimized.
rust-timer
commented
Jan 17, 2026
Finished benchmarking commit (d51a4e0): comparison URL. Overall result: ❌✅ regressions and improvements - please read the text belowBenchmarking this pull request means it may be perf-sensitive – we'll automatically label it not fit for rolling up. You can override this, but we strongly advise not to, due to possible changes in compiler perf. Next Steps: If you can justify the regressions found in this try perf run, please do so in sufficient writing along with @bors rollup=never Instruction countOur most reliable metric. Used to determine the overall result above. However, even this metric can be noisy.
Max RSS (memory usage)Results (primary 1.9%, secondary 1.6%)A less reliable metric. May be of interest, but not used to determine the overall result above.
CyclesResults (primary 2.9%, secondary -0.1%)A less reliable metric. May be of interest, but not used to determine the overall result above.
Binary sizeResults (primary 0.1%, secondary 0.4%)A less reliable metric. May be of interest, but not used to determine the overall result above.
Bootstrap: 472.032s -> 472.955s (0.20%) |
☔ The latest upstream changes (presumably #151381) made this pull request unmergeable. Please resolve the merge conflicts. |
dianqk
commented
Jan 21, 2026
AFAIK, rustc_codegen_ssa has emitted the canonical form for LLVM: rust/compiler/rustc_codegen_ssa/src/mir/block.rs Lines 408 to 425 in 838db25 |
r? ghost