mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 09:13:07 +03:00
d14d202262
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.