This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a418139 AMDGPU: Fix assembler subtarget predicate for gfx9 new fc7a041 [X86][IR] Merge together some very similar AutoUpgrade handling. NFC new a6bf7e7 [X86][IR] Simplify the XOP vpcmov autoupgrade code. NFC new aa2f6f9 [X86] Remove XOP VPCMOV intrinsics and autoupgrade them to na [...]
The 3 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 | 54 ++++++---------- 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 +++++---- 7 files changed, 113 insertions(+), 120 deletions(-)