mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
We don't want LLVM aggresively inlining llvm.memcpy instructions and similar aggressive optimizations to save code size. For example the X86 target sets max stores per memset to 16 and max stores per memcpy to 8 (vs 4). Loop optimizations are also a lot more aggressive. rdar://31691017
38 KiB
38 KiB