Commit Graph

4 Commits

Author SHA1 Message Date
Scott McMurray ae9cec5839 Copy 1-element arrays as scalars, not vectors
For `[T; 1]` it's silly to copy as `<1 x T>` when we can just copy as `T`.
2023-10-07 00:10:32 -07:00
Josh Stone 190ded8443 Update the minimum external LLVM to 15 2023-07-27 14:07:08 -07:00
Camille GILLOT d7983a2f23 Always name the return place. 2023-07-08 15:38:40 +02:00
Scott McMurray e1b020df9f Use `load`-`store` instead of `memcpy` for short integer arrays 2023-06-04 00:51:49 -07:00