[PATCH] D33442: [ARM] Fix lowering of misaligned memcpy/memset

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 23 11:31:34 PDT 2017


efriedma added a comment.

Please regenerate the tests in a separate commit, to make it clear what this patch is actually changing. Please change the description to make it clear what this is actually fixing; as far as I can tell, we aren't generating "wrong code", just inlining memcpy and memset calls too aggressively.


Repository:
  rL LLVM

https://reviews.llvm.org/D33442





More information about the llvm-commits mailing list