mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-01 07:13:24 +03:00
6938b4b640
Only update `Eq` operands in GVN if it can update both sides Otherwise the types might not match Fixes #127089 r? mir-opt