[PATCH] D33442: [ARM] Fix lowering of misaligned memcpy/memset
John Brawn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 24 07:16:07 PDT 2017
john.brawn added a comment.
In https://reviews.llvm.org/D33442#762325, @efriedma wrote:
> Please regenerate the tests in a separate commit, to make it clear what this patch is actually changing.
I've moved the test changes that aren't directly due to this code change to https://reviews.llvm.org/D33495
> 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.
Done
Repository:
rL LLVM
https://reviews.llvm.org/D33442
More information about the llvm-commits
mailing list