[all-commits] [llvm/llvm-project] 6bc2b0: [TLI] Add four C++17 delete variants.
hjyamauchi via All-commits
all-commits at lists.llvm.org
Tue Jun 16 11:12:27 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 6bc2b042f4a9e8d912901679bd4614d46f6fafed
https://github.com/llvm/llvm-project/commit/6bc2b042f4a9e8d912901679bd4614d46f6fafed
Author: Hiroshi Yamauchi <yamauchi at google.com>
Date: 2020-06-16 (Tue, 16 Jun 2020)
Changed paths:
M llvm/include/llvm/Analysis/TargetLibraryInfo.def
M llvm/lib/Analysis/MemoryBuiltins.cpp
M llvm/lib/Analysis/TargetLibraryInfo.cpp
M llvm/test/Transforms/InstCombine/malloc-free-delete.ll
M llvm/unittests/Analysis/TargetLibraryInfoTest.cpp
Log Message:
-----------
[TLI] Add four C++17 delete variants.
Summary:
delete(void*, unsigned int, align_val_t)
delete(void*, unsigned long, align_val_t)
delete[](void*, unsigned int, align_val_t)
delete[](void*, unsigned long, align_val_t)
Differential Revision: https://reviews.llvm.org/D81853
More information about the All-commits
mailing list