This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 631b5bc6125 [HWASAN] Add support for memory intrinsics new 768b489cfb9 [CodeGen][ExpandMemcmp] Add an option for allowing overlapp [...]
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: include/llvm/Analysis/TargetTransformInfo.h | 8 +- lib/CodeGen/ExpandMemCmp.cpp | 233 ++++++++------- lib/Target/X86/X86TargetTransformInfo.cpp | 5 +- test/CodeGen/X86/memcmp-optsize.ll | 73 +++-- test/CodeGen/X86/memcmp.ll | 161 +++++++---- test/Transforms/ExpandMemCmp/X86/memcmp.ll | 424 ++++++++++++++++++++++------ 6 files changed, 639 insertions(+), 265 deletions(-)