OSDN Git Service

[X86] Remove -costmodel-reduxcost=true from the experimental vector reduction intrins...
authorCraig Topper <craig.topper@intel.com>
Wed, 5 Dec 2018 07:56:50 +0000 (07:56 +0000)
committerCraig Topper <craig.topper@intel.com>
Wed, 5 Dec 2018 07:56:50 +0000 (07:56 +0000)
commitbd3579dbdc2103bc3eea377088c624a0cd6b0c32
tree4eb45a46c651cde18bac4a7ab91372ca380879e0
parentf0da85315a54611855c2596f7df3fef76ded7dfd
[X86] Remove -costmodel-reduxcost=true from the experimental vector reduction intrinsic tests as it appears to be unnecessary. NFC

I think this has something to do with matching reductions from extractelement, binops, and shuffles. But we're not matching here.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@348340 91177308-0d34-0410-b5e6-96231b3b80d8
18 files changed:
test/Analysis/CostModel/X86/reduce-add-widen.ll
test/Analysis/CostModel/X86/reduce-add.ll
test/Analysis/CostModel/X86/reduce-and-widen.ll
test/Analysis/CostModel/X86/reduce-and.ll
test/Analysis/CostModel/X86/reduce-mul-widen.ll
test/Analysis/CostModel/X86/reduce-mul.ll
test/Analysis/CostModel/X86/reduce-or-widen.ll
test/Analysis/CostModel/X86/reduce-or.ll
test/Analysis/CostModel/X86/reduce-smax-widen.ll
test/Analysis/CostModel/X86/reduce-smax.ll
test/Analysis/CostModel/X86/reduce-smin-widen.ll
test/Analysis/CostModel/X86/reduce-smin.ll
test/Analysis/CostModel/X86/reduce-umax-widen.ll
test/Analysis/CostModel/X86/reduce-umax.ll
test/Analysis/CostModel/X86/reduce-umin-widen.ll
test/Analysis/CostModel/X86/reduce-umin.ll
test/Analysis/CostModel/X86/reduce-xor-widen.ll
test/Analysis/CostModel/X86/reduce-xor.ll