mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-14 02:49:40 +00:00
![]() `PtrMetadata` doesn't care about `*const`/`*mut`/`&`/`&mut`, so GVN away those casts in its argument. This includes updating MIR to allow calling PtrMetadata on references too, not just raw pointers. That means that `[T]::len` can be just `_0 = PtrMetadata(_1)`, for example. # Conflicts: # tests/mir-opt/pre-codegen/slice_index.slice_get_unchecked_mut_range.PreCodegen.after.panic-abort.mir # tests/mir-opt/pre-codegen/slice_index.slice_get_unchecked_mut_range.PreCodegen.after.panic-unwind.mir |
||
---|---|---|
.. | ||
analyze.rs | ||
block.rs | ||
constant.rs | ||
coverageinfo.rs | ||
debuginfo.rs | ||
intrinsic.rs | ||
locals.rs | ||
mod.rs | ||
operand.rs | ||
place.rs | ||
rvalue.rs | ||
statement.rs |