Andrew Kelley 9295355985 LLVM backend: optimize memset with comptime-known element
When the element is comptime-known, we can check if it has a repeated
byte representation. In this case, `@memset` can be lowered with the
LLVM intrinsic rather than with a loop.
2023-04-28 13:24:42 -07:00
..
2023-04-26 19:05:17 -04:00
2020-10-31 12:21:49 +02:00
2022-10-10 22:29:56 +02:00
2023-04-17 02:30:10 +03:00