mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 04:56:25 +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