This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 3db281db106 [GlobalISel|ARM] : Allow legalizing G_FSUB new 4d7518052e4 [Hexagon] Allow the RDF optimizations to be run in .mir testcases new 4ccf677f27f [CodeGen][ExpandMemcmp] Allow memcmp to expand to vector lo [...]
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: include/llvm/Analysis/TargetTransformInfo.h | 17 +- include/llvm/Analysis/TargetTransformInfoImpl.h | 5 +- lib/Analysis/TargetTransformInfo.cpp | 5 +- lib/CodeGen/CodeGenPrepare.cpp | 51 +-- lib/Target/Hexagon/HexagonRDFOpt.cpp | 10 +- lib/Target/Hexagon/HexagonTargetMachine.cpp | 2 + lib/Target/PowerPC/PPCTargetTransformInfo.cpp | 14 +- lib/Target/PowerPC/PPCTargetTransformInfo.h | 3 +- lib/Target/X86/X86TargetTransformInfo.cpp | 33 +- lib/Target/X86/X86TargetTransformInfo.h | 3 +- lib/Transforms/Scalar/MergeICmps.cpp | 3 +- test/CodeGen/X86/memcmp-optsize.ll | 381 ++++++++++++++----- test/CodeGen/X86/memcmp.ll | 482 +++++++++++++++++------- test/Transforms/CodeGenPrepare/X86/memcmp.ll | 28 +- 14 files changed, 737 insertions(+), 300 deletions(-)