[all-commits] [llvm/llvm-project] e1895a: OpenMP: add allocsize(0) attribute to __kmpc_alloc...
Augie Fackler via All-commits
all-commits at lists.llvm.org
Fri Mar 4 13:26:19 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e1895a46dc45e8e60554cd62de4c3aae35b9fe19
https://github.com/llvm/llvm-project/commit/e1895a46dc45e8e60554cd62de4c3aae35b9fe19
Author: Augie Fackler <augie at google.com>
Date: 2022-03-04 (Fri, 04 Mar 2022)
Changed paths:
M llvm/include/llvm/Frontend/OpenMP/OMPKinds.def
M llvm/test/Transforms/OpenMP/spmdization.ll
Log Message:
-----------
OpenMP: add allocsize(0) attribute to __kmpc_alloc_shared
This is the second step in obviating two columns about allocation
functions in MemoryBuiltins.cpp.
Differential Revision: https://reviews.llvm.org/D119583
More information about the All-commits
mailing list