about summary refs log tree commit diff
path: root/tests/mir-opt/pre-codegen/slice_iter.slice_iter_generic_is_empty.PreCodegen.after.panic-unwind.mir
AgeCommit message (Expand)AuthorLines
2025-08-11Convert moves of references to copies in RefPropBen Kimock-2/+2
2025-02-12`transmute` should also assume non-null pointersScott McMurray-32/+26
2024-12-03Update `NonZero` and `NonNull` to not field-project (per MCP807)Scott McMurray-6/+6
2024-08-18Bless *all* the mir-opt testsScott McMurray-9/+9
2024-06-22GVN away PtrToPtr-then-Transmute when possibleScott McMurray-11/+7
2024-06-22GVN away PtrToPtr before comparisonsScott McMurray-26/+18
2024-06-22Add a mir test for `slice::Iter::is_empty`Scott McMurray-0/+88