-
Notifications
You must be signed in to change notification settings - Fork 13.1k
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
Rebase LLVM submodule #98285
Rebase LLVM submodule #98285
Conversation
(rust-highfive has picked a reviewer for you, use r? to override) |
|
r? @cuviper |
@tstellar tells me there will be a 14.0.6 this week, so I suppose we should hold for that. Maybe your additional cherry-pick can sneak in there as well? |
I don't think I can force-push rust-lang/llvm-project, so I'd probably keep this branch and merge additional commits if needed. I opened llvm/llvm-project#56150 for the upstream cherry-pick though. |
Okay, looks like the 14.0.6 release is a very small one (https://discourse.llvm.org/t/llvm-14-0-6-release/63431), that fixes an AVR regression in clang. I've merged the three new commits. |
@bors r+ rollup=never |
📌 Commit 6e6b3ea has been approved by |
☀️ Test successful - checks-actions |
Finished benchmarking commit (bd2e51a): comparison url. Instruction countThis benchmark run did not return any relevant results for this metric. Max RSS (memory usage)Results
CyclesThis benchmark run did not return any relevant results for this metric. If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf. @rustbot label: -perf-regression Footnotes |
This was fixed in LLVM which was updated in rust-lang#98285. https://reviews.llvm.org/D127751 Fixes rust-lang#96797
Add test for rust-lang#96797 This was fixed in LLVM which was updated in rust-lang#98285. https://reviews.llvm.org/D127751 Fixes rust-lang#96797
This was fixed in LLVM which was updated in rust-lang#98285. https://reviews.llvm.org/D127751 Fixes rust-lang#96797
Add test for rust-lang#96797 This was fixed in LLVM which was updated in rust-lang#98285. https://reviews.llvm.org/D127751 Fixes rust-lang#96797
This is a rebase of our LLVM fork onto LLVM 14.0.5, which is intended to be the last release of the 14.x series. Additionally:
global_asm
merged into other functions by LLVM #96797 (fyi @Amanieu)