]> git.lizzy.rs Git - rust.git/commit - compiler/rustc_codegen_cranelift/build_sysroot/Cargo.lock
Rollup merge of #107097 - tmiasko:ssa, r=cjgillot
authorMatthias Krüger <matthias.krueger@famsik.de>
Sun, 29 Jan 2023 05:14:17 +0000 (06:14 +0100)
committerGitHub <noreply@github.com>
Sun, 29 Jan 2023 05:14:17 +0000 (06:14 +0100)
commit4caa9dfa71ffc87e6fadce3d7ba2f3f97f908930
treeec5aff3e8ad55bf8d5d22965677c80543ed270e8
parent0f86ada9d8095a2cc61bfaf0b21f872e34602674
parente489971902c814e5adb7041d1bda230a1acb4fd7
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).