mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-29 20:20:59 +03:00
f000b428bd
Enable GVN for `AggregateKind::RawPtr` Looks like I was worried for nothing; this seems like it's much easier than I was originally thinking it would be. r? `@cjgillot` This should be useful for `x[..4]`-like things, should those start inlining enough to expose the lengths.