[PATCH] D55365: [CodeGen] Allow mempcy/memset to generate small overlapping stores.

Clement Courbet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 12 02:43:09 PST 2018


courbet added a comment.

In D55365#1327789 <https://reviews.llvm.org/D55365#1327789>, @spatel wrote:

> Reopening - this patch was reverted at rL348844 <https://reviews.llvm.org/rL348844> because it broke an ARM test.


Yes, sorry about that. I only had X86, AArch64 and Power in my TARGETS_TO_BUILD :(

I'll update the patch with TARGETS_TO_BUILD=`all`.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D55365/new/

https://reviews.llvm.org/D55365





More information about the llvm-commits mailing list