[PATCH] D61634: [clang/llvm] Allow efficient implementation of libc's memory functions in C/C++
Guillaume Chatelet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 23 09:20:13 PDT 2019
gchatelet updated this revision to Diff 200998.
gchatelet added a comment.
- Use no-builtin instead of no-runtime-for.
- Use one attribute per runtime function to make merging easier.
The patch is still WIP and needs more work.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61634/new/
https://reviews.llvm.org/D61634
Files:
clang/include/clang/Basic/Attr.td
clang/include/clang/Basic/AttrDocs.td
clang/lib/CodeGen/CGCall.cpp
clang/lib/Sema/SemaDeclAttr.cpp
llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
llvm/lib/IR/IRBuilder.cpp
llvm/lib/Target/X86/X86SelectionDAGInfo.cpp
llvm/test/CodeGen/X86/memcpy.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D61634.200998.patch
Type: text/x-patch
Size: 10753 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190523/faddfb2b/attachment.bin>
More information about the llvm-commits
mailing list