rust/compiler/rustc_codegen_ssa
Matthias Krüger 4caa9dfa71
Rollup merge of #107097 - tmiasko:ssa, r=cjgillot
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-29 06:14:17 +01:00
..

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