[perf] Revert FastISel patch#154511
Conversation
|
@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.
[perf] Revert FastISel patch
This comment has been minimized.
This comment has been minimized.
|
Finished benchmarking commit (af18a79): comparison URL. Overall result: ✅ improvements - no action neededBenchmarking 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. @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.1%)A less reliable metric. May be of interest, but not used to determine the overall result above.
CyclesResults (primary -2.5%, secondary -3.2%)A less reliable metric. May be of interest, but not used to determine the overall result above.
Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 484.417s -> 484.146s (-0.06%) |
This change caused a significant compile-time regression for debug builds.
|
r? @cuviper rustbot has assigned @cuviper. Use Why was this reviewer chosen?The reviewer was selected based on:
|
|
|
r? @dianqk |
|
@bors r+ |
This comment has been minimized.
This comment has been minimized.
[perf] Revert FastISel patch This caused a significant compile-time regression for debug builds. There is another change (llvm/llvm-project#186723) that mitigates that regression, but not fully. Revert it for now.
|
The job Click to see the possible cause of the failure (guessed by this bot) |
|
💔 Test for 1481366 failed: CI. Failed job:
|
|
Spurious? @bors retry |
This comment has been minimized.
This comment has been minimized.
What is this?This is an experimental post-merge analysis report that shows differences in test outcomes between the merged PR and its parent PR.Comparing 80ad557 (parent) -> 116458d (this PR) Test differencesShow 3 test diffsStage 2
Additionally, 2 doctest diffs were found. These are ignored, as they are noisy. Job group index
Test dashboardRun cargo run --manifest-path src/ci/citool/Cargo.toml -- \
test-dashboard 116458d0a5ae01cd517cabd2d1aee7f5457018ab --output-dir test-dashboardAnd then open Job duration changes
How to interpret the job duration changes?Job durations can vary a lot, based on the actual runner instance |
|
Finished benchmarking commit (116458d): comparison URL. Overall result: ✅ improvements - no action needed@rustbot label: -perf-regression Instruction countOur most reliable metric. Used to determine the overall result above. However, even this metric can be noisy.
Max RSS (memory usage)This benchmark run did not return any relevant results for this metric. CyclesResults (primary -2.9%, secondary -1.2%)A less reliable metric. May be of interest, but not used to determine the overall result above.
Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 490.149s -> 496.876s (1.37%) |
View all comments
This caused a significant compile-time regression for debug builds.
There is another change (llvm/llvm-project#186723) that mitigates that regression, but not fully. Revert it for now.