This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release_50 in repository llvm.
from 999f7b7049c Merging r310552: ------------------------------------------ [...] new d10901a8deb Merging r309614: ------------------------------------------ [...] new 05ef777d840 Merging r310604: ------------------------------------------ [...]
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/CodeGen/SelectionDAG.h | 5 +- lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 11 +-- lib/Target/X86/X86ISelLowering.cpp | 23 +++++- test/CodeGen/X86/pr34088.ll | 46 ++++++++++++ test/CodeGen/X86/select-mmx.ll | 120 ++++++++++++++++++++++++++++++ 5 files changed, 194 insertions(+), 11 deletions(-) create mode 100644 test/CodeGen/X86/pr34088.ll create mode 100644 test/CodeGen/X86/select-mmx.ll