[PATCH] D47349: [AArch64] Limit inlining string functions with strict alignment

Evandro Menezes via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 25 13:04:53 PDT 2018


evandro added a comment.

In https://reviews.llvm.org/D47349#1112803, @efriedma wrote:

> `MaxStoresPerMemcpy = STI.requiresStrictAlign() ? 4 : 16;`?


Oy, you mean in the constructor?  Got it!


Repository:
  rL LLVM

https://reviews.llvm.org/D47349





More information about the llvm-commits mailing list