This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 80ee0e02a2a [ARM] Fix for indexed dot product instruction descriptions new 00fb00243b8 [X86][SSE] Improve support for vselect(Cond, 0, X) -> ANDN( [...] new 7863128a7de [ARM] Implement isTruncateFree
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/ARM/ARMISelLowering.cpp | 20 +++++++++++++++++ lib/Target/ARM/ARMISelLowering.h | 3 ++- lib/Target/X86/X86ISelLowering.cpp | 14 ++++++++++++ test/CodeGen/X86/psubus.ll | 10 +++------ test/CodeGen/X86/vselect-zero.ll | 24 +++++++-------------- .../Transforms/SimplifyCFG/ARM/select-trunc-i64.ll | 25 ++++++++++++++++++++++ 6 files changed, 72 insertions(+), 24 deletions(-) create mode 100644 test/Transforms/SimplifyCFG/ARM/select-trunc-i64.ll