[PATCH] D29373: NVPTX: Extract mem intrinsic expansions into utilities
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 8 10:02:04 PST 2017
arsenm closed this revision.
arsenm marked an inline comment as done.
arsenm added a comment.
r294490
================
Comment at: include/llvm/Transforms/Utils/LowerMemIntrinsics.h:11
+// Lower memset, memcpy, memmov intrinsics to loops when the size is large or is
+// not a compile-time constant for targets without library support.
+//
----------------
jlebar wrote:
> Reading it again, there are still some vestiges of where this file came from in this comment. Maybe
>
> > Utilities to convert memset, memcpy, and memmov to loops (e.g. for targets without library support) and to create a memcpy loop from whole cloth.
Changed except removed whatever "from whole cloth" was supposed to mean
https://reviews.llvm.org/D29373
More information about the llvm-commits
mailing list