[PATCH] D45098: [AArch64] fix PR32384: bump the number of stores per memset/memcpy/memmov
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 30 11:00:34 PDT 2018
efriedma added a comment.
Increasing this makes sense.
Should we check for hasNEON() here? The generic code doesn't know AArch64 has ldp/stp, so we might want to be a little more aggressive to compensate.
https://reviews.llvm.org/D45098
More information about the llvm-commits
mailing list