This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9978e17 [InstCombine] re-use bitcasted compare operands in selects (PR28001) new c69fe17 [x86] add tests for smin/smax matchSelPattern (D26091)
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: test/CodeGen/X86/vec_minmax_match.ll | 127 +++++++++++++++++++++++++++++++++++ test/CodeGen/X86/vec_umin_umax.ll | 59 ---------------- 2 files changed, 127 insertions(+), 59 deletions(-) create mode 100644 test/CodeGen/X86/vec_minmax_match.ll delete mode 100644 test/CodeGen/X86/vec_umin_umax.ll