This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 287fe25 Do not inline hot callsites for samplepgo in thinlto compile phase. new 3479ed6 Let llvm.objectsize be conservative with null pointers new 0be9db9 [InstCombine] regenerate checks; NFC
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: docs/LangRef.rst | 19 ++-- include/llvm/Analysis/MemoryBuiltins.h | 43 +++++--- include/llvm/IR/Intrinsics.td | 3 +- lib/Analysis/BasicAliasAnalysis.cpp | 4 +- lib/Analysis/MemoryBuiltins.cpp | 38 ++++--- lib/IR/AutoUpgrade.cpp | 19 ++-- lib/Target/AMDGPU/AMDGPUPromoteAlloca.cpp | 4 +- .../Instrumentation/AddressSanitizer.cpp | 5 +- test/Assembler/auto_upgrade_intrinsics.ll | 11 ++- .../AMDGPU/promote-alloca-mem-intrinsics.ll | 6 +- test/Transforms/CodeGenPrepare/basic.ll | 42 +++++++- .../InferAddressSpaces/AMDGPU/intrinsics.ll | 12 +-- test/Transforms/InstCombine/memset_chk-1.ll | 8 +- test/Transforms/InstCombine/objsize.ll | 102 +++++++++++++++---- test/Transforms/InstCombine/stpcpy_chk-1.ll | 8 +- test/Transforms/InstCombine/strcpy_chk-1.ll | 10 +- .../InstCombine/vector_insertelt_shuffle.ll | 109 ++++++++++----------- 17 files changed, 291 insertions(+), 152 deletions(-)