Files
rust/compiler/rustc_mir/src/transform
bors e055f87cdf Auto merge of #77597 - simonvandel:uninhabited-hashset, r=jonas-schievink
perf: UninhabitedEnumBranching avoid n^2

Avoid n² complexity. This showed up in a profile for match-stress-enum that has 8192 variants

I have only profiled locally against `match-stress-enum`, so we should have it perf tested to make sure it does not regress other crates.
2020-10-07 23:44:57 +00:00
..
2020-09-04 17:47:51 +02:00
2020-10-05 11:04:25 +02:00
2020-10-04 11:01:38 -07:00