This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e980715bfa9 [X86][SSE] Add faux shuffle combining support for PACKUS new 5875fb14831 [X86] Remove a couple unnecessary COPY_TO_REGCLASS from som [...] new 7525c7b0755 [X86] Change register&memory TEST instructions from MRMSrcM [...] new ecaac1300e9 [InstCombine] Use APInt for all the math in foldICmpDivConstant
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: lib/Target/X86/MCTargetDesc/X86MCCodeEmitter.cpp | 2 +- lib/Target/X86/X86InstrAVX512.td | 16 +-- lib/Target/X86/X86InstrArithmetic.td | 21 ++- lib/Target/X86/X86InstrInfo.cpp | 8 +- lib/Target/X86/X86InstrInfo.td | 16 +-- lib/Target/X86/X86MacroFusion.cpp | 8 +- lib/Target/X86/X86SchedHaswell.td | 4 +- lib/Target/X86/X86SchedSandyBridge.td | 4 +- lib/Target/X86/X86SchedSkylakeClient.td | 4 +- lib/Transforms/InstCombine/InstCombineCompares.cpp | 141 +++++++-------------- test/CodeGen/X86/absolute-bit-mask.ll | 2 +- test/CodeGen/X86/post-ra-sched-with-debug.mir | 2 +- test/CodeGen/X86/testl-commute.ll | 6 +- test/MC/Disassembler/X86/x86-16.txt | 4 +- test/MC/X86/intel-syntax.s | 16 +-- test/MC/X86/x86-16.s | 4 +- test/MC/X86/x86-32.s | 4 +- 17 files changed, 105 insertions(+), 157 deletions(-)