[PATCH] D86066: IR: Merge MemCpyInlineInst and MemCpyInst
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 17 05:42:03 PDT 2020
arsenm created this revision.
arsenm added reviewers: gchatelet, jdoerfert, efriedma.
Herald added a subscriber: hiraditya.
Herald added a project: LLVM.
arsenm requested review of this revision.
Herald added a subscriber: wdng.
llvm.memcpy.inline does not deviate from llvm.memcpy in any way that's
meaningful to the IR. This avoids writing more code in a future
commit. Not sure why lint handled these slightly differently.
https://reviews.llvm.org/D86066
Files:
llvm/include/llvm/IR/IntrinsicInst.h
llvm/lib/Analysis/Lint.cpp
llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
llvm/lib/IR/IRBuilder.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D86066.285985.patch
Type: text/x-patch
Size: 4118 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200817/e13dfc13/attachment.bin>
More information about the llvm-commits
mailing list