[PATCH] D47349: [AArch64] Limit inlining string functions with strict alignment
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 25 12:36:28 PDT 2018
efriedma added a comment.
`MaxStoresPerMemcpy = STI.requiresStrictAlign() ? 4 : 16;`?
Repository:
rL LLVM
https://reviews.llvm.org/D47349
More information about the llvm-commits
mailing list