This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 547017d9296 [NFC] Verify memoryssa in test for PR39783 new f7528fdfca0 [X86] Add narrow vector test cases to vector-reduce* tests. [...]
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: ...or-reduce-add.ll => vector-reduce-add-widen.ll} | 249 +++++++- test/CodeGen/X86/vector-reduce-add.ll | 227 ++++++++ ...or-reduce-and.ll => vector-reduce-and-widen.ll} | 249 +++++++- test/CodeGen/X86/vector-reduce-and.ll | 227 ++++++++ ...or-reduce-mul.ll => vector-reduce-mul-widen.ll} | 310 +++++++++- test/CodeGen/X86/vector-reduce-mul.ll | 330 +++++++++++ ...ctor-reduce-or.ll => vector-reduce-or-widen.ll} | 249 +++++++- test/CodeGen/X86/vector-reduce-or.ll | 227 ++++++++ ...-reduce-smax.ll => vector-reduce-smax-widen.ll} | 284 +++++++++- test/CodeGen/X86/vector-reduce-smax.ll | 628 +++++++++++++++++++++ ...-reduce-smin.ll => vector-reduce-smin-widen.ll} | 284 +++++++++- test/CodeGen/X86/vector-reduce-smin.ll | 628 +++++++++++++++++++++ ...-reduce-umax.ll => vector-reduce-umax-widen.ll} | 293 +++++++++- test/CodeGen/X86/vector-reduce-umax.ll | 530 +++++++++++++++++ ...-reduce-umin.ll => vector-reduce-umin-widen.ll} | 293 +++++++++- test/CodeGen/X86/vector-reduce-umin.ll | 530 +++++++++++++++++ ...or-reduce-xor.ll => vector-reduce-xor-widen.ll} | 249 +++++++- test/CodeGen/X86/vector-reduce-xor.ll | 227 ++++++++ 18 files changed, 5958 insertions(+), 56 deletions(-) copy test/CodeGen/X86/{vector-reduce-add.ll => vector-reduce-add-widen.ll} (80%) copy test/CodeGen/X86/{vector-reduce-and.ll => vector-reduce-and-widen.ll} (80%) copy test/CodeGen/X86/{vector-reduce-mul.ll => vector-reduce-mul-widen.ll} (93%) copy test/CodeGen/X86/{vector-reduce-or.ll => vector-reduce-or-widen.ll} (80%) copy test/CodeGen/X86/{vector-reduce-smax.ll => vector-reduce-smax-widen.ll} (86%) copy test/CodeGen/X86/{vector-reduce-smin.ll => vector-reduce-smin-widen.ll} (86%) copy test/CodeGen/X86/{vector-reduce-umax.ll => vector-reduce-umax-widen.ll} (87%) copy test/CodeGen/X86/{vector-reduce-umin.ll => vector-reduce-umin-widen.ll} (85%) copy test/CodeGen/X86/{vector-reduce-xor.ll => vector-reduce-xor-widen.ll} (80%)