-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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 onto 11.0.0-rc3 #77063
Rebase LLVM onto 11.0.0-rc3 #77063
Conversation
|
This is a rebased branch instead of a merge, per rust-lang/llvm-project#75 (comment). |
9455995
to
883a7a5
Compare
@bors r+ |
📌 Commit 883a7a5 has been approved by |
Also nominating this for beta backport, as it will fix at least some reported LLVM 11 regressions (like #76042). |
@bors rollup=never p=1 |
☀️ Test successful - checks-actions, checks-azure |
It is expected since those were already here on master, but some of our patches are also now part of upstream 11-rc3. You could rewind to rust-lang/llvm-project@1c6c71f if you just want to avoid our later backports in the beta branch. |
Here's the branch comparison for this PR's submodule update, so you can see where I picked that commit at the end: |
…ulacrum [beta] backports This backports the following: * revert const_type_id stabilization rust-lang#77083 * [mir-opt] Disable the `ConsideredEqual` logic in SimplifyBranchSame opt rust-lang#76837 * Rename Iterator::get_unchecked rust-lang#77201 (manually, because of file renaming and other issues on master causing literal cherry-pick to fail) * Rebase LLVM onto 11.0.0-rc3 rust-lang#77063 (bumping direct to master, see rust-lang#77063 (comment)). The last two have not yet been approved by compiler team, but I'm posting this now and going to go ahead and approve as I expect both to get approved and we want testing as much as possible before release in ~2 weeks. r? `@ghost`
r? @nikic