rust/compiler/rustc_codegen_ssa
Michael Benfield 51918dcc51 rustc_codegen_ssa: Better code generation for niche discriminants.
In some cases we can avoid arithmetic before checking whether a niche
represents an untagged variant.

This is relevant to #101872
2022-11-11 05:54:30 +00:00
..

Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.