This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f08c3d1d13d [ExpandMemCmp] Split ExpandMemCmp from CodeGen into its own pass. new c0222867301 Revert "[ExpandMemCmp] Split ExpandMemCmp from CodeGen into [...]
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/InitializePasses.h | 1 - include/llvm/LinkAllPasses.h | 1 - include/llvm/Transforms/Scalar.h | 8 +- lib/CodeGen/CodeGenPrepare.cpp | 710 ++++++++++++++++++ lib/CodeGen/TargetPassConfig.cpp | 10 +- lib/Transforms/Scalar/CMakeLists.txt | 1 - lib/Transforms/Scalar/ExpandMemCmp.cpp | 828 --------------------- lib/Transforms/Scalar/Scalar.cpp | 1 - test/CodeGen/Generic/llc-start-stop.ll | 6 +- test/CodeGen/X86/memcmp-optsize.ll | 224 +++--- test/CodeGen/X86/memcmp.ll | 240 +++--- .../{ExpandMemCmp => CodeGenPrepare}/X86/memcmp.ll | 519 +++++++------ test/Transforms/ExpandMemCmp/X86/lit.local.cfg | 3 - 13 files changed, 1200 insertions(+), 1352 deletions(-) delete mode 100644 lib/Transforms/Scalar/ExpandMemCmp.cpp rename test/Transforms/{ExpandMemCmp => CodeGenPrepare}/X86/memcmp.ll (56%) delete mode 100644 test/Transforms/ExpandMemCmp/X86/lit.local.cfg