about summary refs log tree commit diff
path: root/tests/mir-opt/lower_array_len.array_len.GVN.panic-unwind.diff
AgeCommit message (Collapse)AuthorLines
2024-09-24be even more precise about "cast" vs "coercion"Lukas Markeffsky-1/+1
2024-06-20Replace `NormalizeArrayLen` with `GVN`Scott McMurray-0/+26
GVN is actually on in release, and covers all the same things (or more), with `LowerSliceLen` changed to produce `PtrMetadata`.