mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-04 11:17:04 +00:00

gvn: avoid creating overlapping assignments Quick fix #141038, as I couldn't find a way to avoid in-place modification. I'm considering handling all `ravlue` modifications within the `visit_statement` function. r? mir-opt