[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 14:14:34 PDT 2018


evandro abandoned this revision.
evandro added a comment.

There's no need to make these methods virtual and override them in the sub target.  Rather, modify the limits when the sub target is initialized, as @eli.friedman suggested.


Repository:
  rL LLVM

https://reviews.llvm.org/D47349





More information about the llvm-commits mailing list