]> granicus.if.org Git - clang/commit
[PowerPC][Clang] Remove use of malloc in mm_malloc
authorQiu Chaofan <qiucf@cn.ibm.com>
Thu, 18 Jul 2019 06:20:12 +0000 (06:20 +0000)
committerQiu Chaofan <qiucf@cn.ibm.com>
Thu, 18 Jul 2019 06:20:12 +0000 (06:20 +0000)
commit3ea971c239fde3d03b91c5095e5a88aac86d1df6
tree3c6d7152fcacd9f39ca9a9ab729f017da5fa9788
parent796042ed8191a635ff2ee5cc93c9557d89f45f60
[PowerPC][Clang] Remove use of malloc in mm_malloc

Remove dependency of malloc in implementation of mm_malloc function in PowerPC
intrinsics and alignment assumption on glibc.

Reviewed By: Hal Finkel

Differential Revision: https://reviews.llvm.org/D64850

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@366406 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Headers/ppc_wrappers/mm_malloc.h
test/CodeGen/ppc-mm-malloc-le.c
test/CodeGen/ppc-mm-malloc.c