This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 33dd286 [x86] remove stale comments from tests; NFC new 58ee25f Recommit "[X86] Remove XOP VPCMOV intrinsics and autoupgrade [...] new f7584cd [InstSimplify] add tests for add nsw/nuw (xor X, signbit), si [...]
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/IR/IntrinsicsX86.td | 11 ---- lib/IR/AutoUpgrade.cpp | 4 +- lib/Target/X86/X86InstrInfo.cpp | 4 +- lib/Target/X86/X86InstrXOP.td | 79 ++++++----------------- test/CodeGen/X86/xop-intrinsics-fast-isel.ll | 14 +++- test/CodeGen/X86/xop-intrinsics-x86_64-upgrade.ll | 39 +++++++++++ test/CodeGen/X86/xop-intrinsics-x86_64.ll | 32 +++++---- test/Transforms/InstSimplify/AndOrXor.ll | 26 ++++++++ 8 files changed, 120 insertions(+), 89 deletions(-)