-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
Update to LLVM 20.1.1 #138695
Update to LLVM 20.1.1 #138695
Conversation
|
@bors r+ rollup=never |
🌲 The tree is currently closed for pull requests below priority 100. This pull request will be tested once the tree is reopened. |
This fixes two P-high regressions, so I'm bumping its priority for rollup scheduling. |
I think this should also fix #137873 (via llvm/llvm-project#129546) |
☀️ Test successful - checks-actions |
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 4e2b096 (parent) -> 87e60a7 (this PR) Test differencesShow 12 test diffs
Job group index
|
@Kobzol Probably shouldn't show the cases where only the ignore message differs? (Or maybe normalize the version).
This might be an issue with download-ci-llvm, where we get a different config (with/without zstd) depending on whether we download or build llvm. |
I think that seeing the difference in the ignore message is fine, it could be important sometimes (e.g. a test is now ignored for a completely different reason than before).
This sounds more worrying, tbh, we should ideally have exactly the same config when building or downloading LLVM 😅 |
Finished benchmarking commit (87e60a7): comparison URL. Overall result: ✅ improvements - no action needed@rustbot label: -perf-regression Instruction countThis is the most reliable metric that we have; it was used to determine the overall result at the top of this comment. However, even this metric can sometimes exhibit noise.
Max RSS (memory usage)Results (secondary -2.1%)This is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
CyclesResults (primary 3.1%)This is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 773.468s -> 773.84s (0.05%) |
Fixes #138212.
Fixes #137909.