]> git.lizzy.rs Git - rust.git/commit
Auto merge of #76837 - wesleywiser:disable_consideredequal, r=oli-obk
authorbors <bors@rust-lang.org>
Fri, 18 Sep 2020 10:54:14 +0000 (10:54 +0000)
committerbors <bors@rust-lang.org>
Fri, 18 Sep 2020 10:54:14 +0000 (10:54 +0000)
commit2c69266c0697b0c0b34abea62cba1a1d3c59c90c
treeb0106ec920cc684e3963a2450bb303a95cf70b7a
parent953f33c5cbe61817ed84e311731b132006a255ca
parentdbd7226d299ac23647975068bea1168cf56e0feb
Auto merge of #76837 - wesleywiser:disable_consideredequal, r=oli-obk

[mir-opt] Disable the `ConsideredEqual` logic in SimplifyBranchSame opt

The logic is currently broken and we need to disable it to fix a beta
regression (see #76803)

r? `@oli-obk`