[PATCH] D94710: Support AIX vec_malloc routines
Shimin Cui via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 14 12:23:36 PST 2021
scui created this revision.
Herald added a subscriber: hiraditya.
scui requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
This is to support the memory routines vec_malloc, vec_calloc, vec_realloc, and vec_free. These routines manage memory that is 16-byte aligned. And they are only available on AIX.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D94710
Files:
llvm/include/llvm/Analysis/TargetLibraryInfo.def
llvm/lib/Analysis/MemoryBuiltins.cpp
llvm/lib/Analysis/TargetLibraryInfo.cpp
llvm/lib/Transforms/Utils/BuildLibCalls.cpp
llvm/unittests/Analysis/TargetLibraryInfoTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D94710.316741.patch
Type: text/x-patch
Size: 5687 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210114/37cc85a2/attachment.bin>
More information about the llvm-commits
mailing list