index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
mir-opt
/
instsimplify
/
ref_of_deref.pointers.InstSimplify.diff
Age
Commit message (
Collapse
)
Author
Lines
2024-05-30
Also InstSimplify `&raw*`
Scott McMurray
-0
/
+58
We do this for `&*` and `&mut*` already; might as well do it for raw pointers too.