mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-23 06:56:47 +00:00
Perform InstSimplify before ReferencePropagation. `InstSimplify` clears CFG caches. But it currently happens between `ReferencePropagation` and `GVN`, which both use dominators, a quite expensive computation. r? `@ghost`