rust/compiler/rustc_codegen_ssa
Tomasz Miąsko e489971902 Fix def-use dominance check
A definition does not dominate a use in the same statement. For example
in MIR generated for compound assignment x += a (when overflow checks
are disabled).
2023-01-27 00:54:31 +01:00
..
2023-01-27 00:54:31 +01:00

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