[X86] Split skylake-avx512 run lines in SLP vectorizer tests to cover -mprefer=vector...
authorCraig Topper <craig.topper@intel.com>
Fri, 30 Nov 2018 22:53:21 +0000 (22:53 +0000)
committerCraig Topper <craig.topper@intel.com>
Fri, 30 Nov 2018 22:53:21 +0000 (22:53 +0000)
commit502fc1bdd5500a0b8fd0fc2ce88817b8fa90f640
tree952572e4ea47689ff1423de04cf57cf764613454
parent398728732e7a3cd94d399905aea6480216baf454
[X86] Split skylake-avx512 run lines in SLP vectorizer tests to cover -mprefer=vector-width=256 and -mprefer-vector-width=512.

This will make these tests immune if we ever change the default behavior of -march=skylake-avx512 to prefer 256 bit vectors.

llvm-svn: 348046
14 files changed:
llvm/test/Transforms/SLPVectorizer/X86/arith-add.ll
llvm/test/Transforms/SLPVectorizer/X86/arith-mul.ll
llvm/test/Transforms/SLPVectorizer/X86/arith-sub.ll
llvm/test/Transforms/SLPVectorizer/X86/fabs.ll
llvm/test/Transforms/SLPVectorizer/X86/fcopysign.ll
llvm/test/Transforms/SLPVectorizer/X86/fma.ll
llvm/test/Transforms/SLPVectorizer/X86/fptosi.ll
llvm/test/Transforms/SLPVectorizer/X86/fptoui.ll
llvm/test/Transforms/SLPVectorizer/X86/fround.ll
llvm/test/Transforms/SLPVectorizer/X86/shift-ashr.ll
llvm/test/Transforms/SLPVectorizer/X86/shift-lshr.ll
llvm/test/Transforms/SLPVectorizer/X86/shift-shl.ll
llvm/test/Transforms/SLPVectorizer/X86/sitofp.ll
llvm/test/Transforms/SLPVectorizer/X86/uitofp.ll