mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-13 23:58:34 +00:00

Remove dead instructions in terminate blocks Terminate blocks look pretty in the IR I've looked at, so no actual perf delta from this. But it seems reasonable to note produce unused IR.
Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.