This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 5f49ff955e4 [x86] Refactor the CMOV conversion pass to be more flexible. new ee26c4120d5 [x86] Teach the cmov converter to aggressively convert cmov [...] new 33ba3ea4de0 [SLP] Fix an unused variable warning in non-asserts builds.
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/Target/X86/X86CmovConversion.cpp | 163 +++++++++++++++++++++++++++-- lib/Transforms/Vectorize/SLPVectorizer.cpp | 1 + test/CodeGen/X86/cmov.ll | 2 +- test/CodeGen/X86/pr15981.ll | 5 +- test/CodeGen/X86/x86-cmov-converter.ll | 137 ++++++++++++++++++++++++ 5 files changed, 300 insertions(+), 8 deletions(-)