[PATCH] D33243: [Atomics][LoopIdiom] Recognize unordered atomic memcpy

Daniel Neilson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 26 11:01:42 PDT 2017


dneilson added a comment.

In https://reviews.llvm.org/D33243#765659, @anna wrote:

> In https://reviews.llvm.org/D33243#764575, @dneilson wrote:
>
> > - Remove dependence on https://reviews.llvm.org/D33240 by expanding to the current, existing, form of atomic.memcpy.
>
>
> Do you mean the intrinsic that was already added? If so, could you please run `make check all` to confirm that all tests pass.


Yes. This is overtop of the intrinsic that's already in-tree. I've run both check & check-all without issue.


https://reviews.llvm.org/D33243





More information about the llvm-commits mailing list