This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1599788f498 [mips] Remove redundant case in the test. NFC new 55ac3ac76a8 Ignore indirect branches from callbr. new f6b0f6c0076 [BuildLibCalls] Noalias annotation
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: lib/Transforms/Scalar/SpeculateAroundPHIs.cpp | 6 +- lib/Transforms/Utils/BuildLibCalls.cpp | 16 +++++ lib/Transforms/Utils/SimplifyLibCalls.cpp | 9 --- test/Analysis/TypeBasedAliasAnalysis/memcpyopt.ll | 2 +- test/Other/cgscc-devirt-iteration.ll | 2 +- test/Other/cgscc-libcall-update.ll | 2 +- test/Transforms/InferFunctionAttrs/annotate.ll | 10 +-- test/Transforms/InstCombine/annotate-noalias.ll | 78 ---------------------- test/Transforms/InstCombine/mem-deref-bytes.ll | 4 +- test/Transforms/InstCombine/memcpy-1.ll | 4 +- test/Transforms/InstCombine/memcpy-from-global.ll | 16 ++--- test/Transforms/InstCombine/memcpy-to-load.ll | 6 +- test/Transforms/InstCombine/memcpy.ll | 2 +- test/Transforms/InstCombine/memcpy_chk-1.ll | 6 +- test/Transforms/InstCombine/memmove.ll | 2 +- test/Transforms/InstCombine/objsize.ll | 2 +- test/Transforms/InstCombine/sprintf-1.ll | 8 +-- test/Transforms/InstCombine/stpcpy-1.ll | 16 +++-- test/Transforms/InstCombine/stpcpy_chk-1.ll | 6 +- test/Transforms/InstCombine/strcpy_chk-1.ll | 8 +-- test/Transforms/InstCombine/strncpy_chk-1.ll | 6 +- .../MemCpyOpt/memcpy-to-memset-with-lifetimes.ll | 2 +- test/Transforms/SpeculateAroundPHIs/pr42991.ll | 44 ++++++++++++ 23 files changed, 119 insertions(+), 138 deletions(-) delete mode 100644 test/Transforms/InstCombine/annotate-noalias.ll create mode 100644 test/Transforms/SpeculateAroundPHIs/pr42991.ll