This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 4db6f31bda6 [PowerPC] Eliminate compares - add i32 sext/zext handling f [...] new 6857e482622 [X86] Improved X86::CMOV to Branch heuristic. Resolved PR33 [...]
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/Target/X86/X86CmovConversion.cpp | 22 ++++++-- test/CodeGen/X86/pr33954.ll | 91 ++++++++++++++++++++++++++++++++++ test/CodeGen/X86/x86-cmov-converter.ll | 58 +++++++++++++++++++--- 3 files changed, 161 insertions(+), 10 deletions(-) create mode 100644 test/CodeGen/X86/pr33954.ll