[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 12:01:53 PDT 2018


evandro added a comment.

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

> I meant that you can change the value of MaxStoresPerMemcpy in AArch64TargetLowering::AArch64TargetLowering, instead of overriding getMaxStoresPerMemcpy.


If you mean decreasing the number of `MaxStoresPerMemcpy`, then that would restrict the inlining of `memcpy()` without `-mattr=+strict-align` though.


Repository:
  rL LLVM

https://reviews.llvm.org/D47349





More information about the llvm-commits mailing list