This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 987a5dc [X86] Add missing AVX512 anyext patterns. new e2e9cee [SelectionDAG] Don't treat library calls specially if marked [...]
The 1 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/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 5 +- test/CodeGen/SystemZ/memchr-nobuiltin.ll | 16 +++ .../SystemZ/{memcmp-01.ll => memcmp-nobuiltin.ll} | 112 ++++++++------------- .../SystemZ/{strcmp-01.ll => strcmp-nobuiltin.ll} | 38 ++----- .../SystemZ/{strcpy-01.ll => strcpy-nobuiltin.ll} | 32 +++--- test/CodeGen/SystemZ/strlen-nobuiltin.ll | 25 +++++ test/CodeGen/X86/memcmp.ll | 15 +++ 7 files changed, 123 insertions(+), 120 deletions(-) create mode 100644 test/CodeGen/SystemZ/memchr-nobuiltin.ll copy test/CodeGen/SystemZ/{memcmp-01.ll => memcmp-nobuiltin.ll} (55%) copy test/CodeGen/SystemZ/{strcmp-01.ll => strcmp-nobuiltin.ll} (52%) copy test/CodeGen/SystemZ/{strcpy-01.ll => strcpy-nobuiltin.ll} (54%) create mode 100644 test/CodeGen/SystemZ/strlen-nobuiltin.ll