[all-commits] [llvm/llvm-project] 99a0aa: [Analysis] Support AIX vec_malloc routines

cuishimin via All-commits all-commits at lists.llvm.org
Fri Jan 22 13:04:50 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 99a0aa07e9f4fa239b7927ede1847cfc78b16803
      https://github.com/llvm/llvm-project/commit/99a0aa07e9f4fa239b7927ede1847cfc78b16803
  Author: Shimin Cui <scui at ca.ibm.com>
  Date:   2021-01-22 (Fri, 22 Jan 2021)

  Changed paths:
    M llvm/include/llvm/Analysis/TargetLibraryInfo.def
    M llvm/lib/Analysis/MemoryBuiltins.cpp
    M llvm/lib/Analysis/TargetLibraryInfo.cpp
    M llvm/lib/Transforms/Utils/BuildLibCalls.cpp
    M llvm/unittests/Analysis/TargetLibraryInfoTest.cpp

  Log Message:
  -----------
  [Analysis] Support AIX vec_malloc routines

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.

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




More information about the All-commits mailing list