about summary refs log tree commit diff
path: root/tests/mir-opt/instsimplify/ref_of_deref.pointers.InstSimplify.diff
AgeCommit message (Collapse)AuthorLines
2024-05-30Also InstSimplify `&raw*`Scott McMurray-0/+58
We do this for `&*` and `&mut*` already; might as well do it for raw pointers too.