OSDN Git Service

Temporarily Revert "[X86][SLP] Enable SLP vectorization for 128-bit horizontal X86...
authorEric Christopher <echristo@gmail.com>
Wed, 20 Feb 2019 04:42:07 +0000 (04:42 +0000)
committerEric Christopher <echristo@gmail.com>
Wed, 20 Feb 2019 04:42:07 +0000 (04:42 +0000)
commit46f8c8ccf19e45b29452001471cabcc2c601e908
tree98c3af9194a0aea6ec29795ab2de71c803ff45a4
parent796e6423ba13e3a03e52b47d6e1239d88b8d9304
Temporarily Revert "[X86][SLP] Enable SLP vectorization for 128-bit horizontal X86 instructions (add, sub)"

As this has broken the lto bootstrap build for 3 days and is
showing a significant regression on the Dither_benchmark results (from
the LLVM benchmark suite) -- specifically, on the
BENCHMARK_FLOYD_DITHER_128, BENCHMARK_FLOYD_DITHER_256, and
BENCHMARK_FLOYD_DITHER_512; the others are unchanged.  These have
regressed by about 28% on Skylake, 34% on Haswell, and over 40% on
Sandybridge.

This reverts commit r353923.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@354434 91177308-0d34-0410-b5e6-96231b3b80d8
29 files changed:
lib/Target/X86/X86TargetTransformInfo.cpp
lib/Target/X86/X86TargetTransformInfo.h
test/Transforms/SLPVectorizer/X86/addsub.ll
test/Transforms/SLPVectorizer/X86/alternate-fp.ll
test/Transforms/SLPVectorizer/X86/alternate-int.ll
test/Transforms/SLPVectorizer/X86/crash_7zip.ll
test/Transforms/SLPVectorizer/X86/crash_bullet.ll
test/Transforms/SLPVectorizer/X86/crash_bullet3.ll
test/Transforms/SLPVectorizer/X86/crash_cmpop.ll
test/Transforms/SLPVectorizer/X86/crash_sim4b1.ll
test/Transforms/SLPVectorizer/X86/fptosi.ll
test/Transforms/SLPVectorizer/X86/fptoui.ll
test/Transforms/SLPVectorizer/X86/insertvalue.ll
test/Transforms/SLPVectorizer/X86/phi.ll
test/Transforms/SLPVectorizer/X86/remark_not_all_parts.ll
test/Transforms/SLPVectorizer/X86/reorder_phi.ll
test/Transforms/SLPVectorizer/X86/resched.ll
test/Transforms/SLPVectorizer/X86/rgb_phi.ll
test/Transforms/SLPVectorizer/X86/saxpy.ll
test/Transforms/SLPVectorizer/X86/schedule-bundle.ll
test/Transforms/SLPVectorizer/X86/sext.ll
test/Transforms/SLPVectorizer/X86/shift-lshr.ll
test/Transforms/SLPVectorizer/X86/shift-shl.ll
test/Transforms/SLPVectorizer/X86/sitofp.ll
test/Transforms/SLPVectorizer/X86/tiny-tree.ll
test/Transforms/SLPVectorizer/X86/uitofp.ll
test/Transforms/SLPVectorizer/X86/vec-reg-64bit.ll [deleted file]
test/Transforms/SLPVectorizer/X86/vect_copyable_in_binops.ll
test/Transforms/SLPVectorizer/X86/zext.ll