about summary refs log tree commit diff
path: root/tests/codegen/array-optimized.rs
AgeCommit message (Collapse)AuthorLines
2023-10-07Copy 1-element arrays as scalars, not vectorsScott McMurray-0/+33
For `[T; 1]` it's silly to copy as `<1 x T>` when we can just copy as `T`.