[PATCH] D71710: [instrinsics] Add @llvm.memcpy.inline instrinsics
Guillaume Chatelet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 19 08:41:08 PST 2019
gchatelet created this revision.
gchatelet added reviewers: courbet, theraven, t.p.northover, jdoerfert, tejohnson.
Herald added subscribers: llvm-commits, hiraditya.
Herald added a project: LLVM.
This is a follow up on D61634 <https://reviews.llvm.org/D61634>. It adds an LLVM IR intrinsic to allow better implementation of memcpy from C++.
A follow up CL will add the intrinsics in Clang.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D71710
Files:
llvm/include/llvm/IR/IntrinsicInst.h
llvm/include/llvm/IR/Intrinsics.td
llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
llvm/test/CodeGen/X86/memcpy-inline.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D71710.234729.patch
Type: text/x-patch
Size: 5038 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191219/89d0b8c4/attachment.bin>
More information about the llvm-commits
mailing list