This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 18d898c462a [X86] Don't turn UINT_TO_FP into SINT_TO_FP during lowering. new 079e93a26a2 [X86] Allow VPMAXUQ/VPMAXSQ/VPMINUQ/VPMINSQ to be used with [...]
The 1 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/X86ISelLowering.cpp | 18 ++-- lib/Target/X86/X86InstrAVX512.td | 40 ++++++++ test/CodeGen/X86/vec_cmp_uint-128.ll | 74 ++++++++++---- test/CodeGen/X86/vec_minmax_sint.ll | 140 +++++++++++++++++++------- test/CodeGen/X86/vec_minmax_uint.ll | 188 ++++++++++++++++++++++++----------- 5 files changed, 338 insertions(+), 122 deletions(-)