This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 97ec1d62760 Add LLVMLibC proposal to docs/index.rst. new 0a2d836fd99 [X86] Add custom type legalization for bitcasting mmx to v2 [...] new 276069850eb [NFC] Added tests for 'select with ctlz to cttz' fold
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/X86ISelLowering.cpp | 10 + lib/Target/X86/X86ISelLowering.h | 4 + lib/Target/X86/X86InstrMMX.td | 7 + test/CodeGen/X86/3dnow-intrinsics.ll | 24 +- test/CodeGen/X86/mmx-arg-passing-x86-64.ll | 9 +- test/CodeGen/X86/mmx-arith.ll | 126 +++++------ test/CodeGen/X86/mmx-cvt.ll | 16 +- test/CodeGen/X86/vec_extract-mmx.ll | 16 +- test/CodeGen/X86/vec_insert-7.ll | 5 +- test/Transforms/InstCombine/select-ctlz-to-cttz.ll | 249 +++++++++++++++++++++ 10 files changed, 344 insertions(+), 122 deletions(-) create mode 100644 test/Transforms/InstCombine/select-ctlz-to-cttz.ll