Uh oh!
There was an error while loading. Please reload this page.
Rebase LLVM onto 11.0.0-rc3 - #77063
Conversation
rust-highfive
commented
Sep 22, 2020
|
cuviper
commented
Sep 22, 2020
This is a rebased branch instead of a merge, per rust-lang/llvm-project#75 (comment). |
9455995 to
883a7a5Comparenikic
commented
Sep 22, 2020
@bors r+ |
bors
commented
Sep 22, 2020
📌 Commit 883a7a5 has been approved by |
nikic
commented
Sep 22, 2020
Also nominating this for beta backport, as it will fix at least some reported LLVM 11 regressions (like #76042). |
ecstatic-morse
commented
Sep 22, 2020
@bors rollup=never p=1 |
bors
commented
Sep 23, 2020
bors
commented
Sep 23, 2020
☀️ Test successful - checks-actions, checks-azure |
Mark-Simulacrum
commented
Sep 28, 2020
cuviper
commented
Sep 28, 2020
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. |
cuviper
commented
Sep 28, 2020
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