This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 5d159adbed1 [GISel]: Add pattern matchers for G_BITCAST/PTRTOINT/INTTOPTR new 4ef7037e537 [X86] Make a helper function for commuting AVX512 VPCMP imm [...] new d8eec01d783 [X86] Make XOP VPCOM instructions commutable to fold loads [...] new 400726575b7 [X86] Mark XOP vpmac* and vpmadc intrinsics as being commut [...]
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 | 24 +++++------ lib/Target/X86/X86InstrAVX512.td | 13 +----- lib/Target/X86/X86InstrInfo.cpp | 62 ++++++++++++++++----------- lib/Target/X86/X86InstrInfo.h | 7 +++ lib/Target/X86/X86InstrXOP.td | 93 +++++++++++++++++++++++----------------- test/CodeGen/X86/commute-xop.ll | 4 +- 6 files changed, 113 insertions(+), 90 deletions(-)