This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6493c695297 Replace setFeature macro with lambda to fix MSVC "shift cou [...] new bc54072bd31 [CostModel][X86] Add integer vector reduction cost 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: test/Analysis/CostModel/X86/reduce-add.ll | 277 +++++++++++++++++++++++++++ test/Analysis/CostModel/X86/reduce-and.ll | 273 +++++++++++++++++++++++++++ test/Analysis/CostModel/X86/reduce-mul.ll | 293 +++++++++++++++++++++++++++++ test/Analysis/CostModel/X86/reduce-or.ll | 273 +++++++++++++++++++++++++++ test/Analysis/CostModel/X86/reduce-smax.ll | 293 +++++++++++++++++++++++++++++ test/Analysis/CostModel/X86/reduce-smin.ll | 293 +++++++++++++++++++++++++++++ test/Analysis/CostModel/X86/reduce-umax.ll | 293 +++++++++++++++++++++++++++++ test/Analysis/CostModel/X86/reduce-umin.ll | 293 +++++++++++++++++++++++++++++ test/Analysis/CostModel/X86/reduce-xor.ll | 273 +++++++++++++++++++++++++++ 9 files changed, 2561 insertions(+) create mode 100644 test/Analysis/CostModel/X86/reduce-add.ll create mode 100644 test/Analysis/CostModel/X86/reduce-and.ll create mode 100644 test/Analysis/CostModel/X86/reduce-mul.ll create mode 100644 test/Analysis/CostModel/X86/reduce-or.ll create mode 100644 test/Analysis/CostModel/X86/reduce-smax.ll create mode 100644 test/Analysis/CostModel/X86/reduce-smin.ll create mode 100644 test/Analysis/CostModel/X86/reduce-umax.ll create mode 100644 test/Analysis/CostModel/X86/reduce-umin.ll create mode 100644 test/Analysis/CostModel/X86/reduce-xor.ll