mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-15 20:45:45 +03:00
234ed6ae5b
Also InstSimplify `&raw*` We do this for `&*` and `&mut*` already; might as well do it for raw pointers too. r? mir-opt