]> granicus.if.org Git - llvm/commit
Revert "[X86] Remove uses of the -x86-experimental-vector-widening-legalization flag...
authorMitch Phillips <mitchphillips@outlook.com>
Tue, 6 Aug 2019 23:00:30 +0000 (23:00 +0000)
committerMitch Phillips <mitchphillips@outlook.com>
Tue, 6 Aug 2019 23:00:30 +0000 (23:00 +0000)
commit8ff43a813b7b9ddf3b341879ee3dcb4f8ef16102
tree65753cbc193088e8073ab4c4fda8975259794267
parenta6ccab4b7c497250f66fec026951e2a4ca4958f9
Revert "[X86] Remove uses of the -x86-experimental-vector-widening-legalization flag from test/CodeGen/X86/"

This reverts commit 3f572c7b8405f36993ec8a226dcddd57283a7c1e.

The MSan sanitizer buildbot was broken by rL367901. This commit
(rL368079) depends on the broken commit that need to be reverted, and
thus itself is being reverted.

See https://reviews.llvm.org/rL367901 for more information.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@368106 91177308-0d34-0410-b5e6-96231b3b80d8
40 files changed:
test/CodeGen/X86/SwizzleShuff.ll
test/CodeGen/X86/avx512-cvt-widen.ll [new file with mode: 0644]
test/CodeGen/X86/avx512-trunc-widen.ll [new file with mode: 0644]
test/CodeGen/X86/bswap-vector.ll
test/CodeGen/X86/lower-bitcast.ll
test/CodeGen/X86/masked_gather_scatter_widen.ll
test/CodeGen/X86/pmulh.ll
test/CodeGen/X86/shrink_vmul-widen.ll [new file with mode: 0644]
test/CodeGen/X86/shuffle-vs-trunc-128-widen.ll [new file with mode: 0644]
test/CodeGen/X86/shuffle-vs-trunc-256-widen.ll [new file with mode: 0644]
test/CodeGen/X86/shuffle-vs-trunc-512-widen.ll [new file with mode: 0644]
test/CodeGen/X86/vec_cast2.ll
test/CodeGen/X86/vec_cast3.ll
test/CodeGen/X86/vec_clz.ll [moved from test/CodeGen/X86/vector-lzcnt-sub128.ll with 96% similarity]
test/CodeGen/X86/vec_fp_to_int-widen.ll [new file with mode: 0644]
test/CodeGen/X86/vec_int_to_fp-widen.ll [new file with mode: 0644]
test/CodeGen/X86/vector-idiv-v2i32.ll
test/CodeGen/X86/vector-reduce-add-widen.ll [new file with mode: 0644]
test/CodeGen/X86/vector-reduce-and-widen.ll [new file with mode: 0644]
test/CodeGen/X86/vector-reduce-mul-widen.ll [new file with mode: 0644]
test/CodeGen/X86/vector-reduce-or-widen.ll [new file with mode: 0644]
test/CodeGen/X86/vector-reduce-smax-widen.ll [new file with mode: 0644]
test/CodeGen/X86/vector-reduce-smin-widen.ll [new file with mode: 0644]
test/CodeGen/X86/vector-reduce-umax-widen.ll [new file with mode: 0644]
test/CodeGen/X86/vector-reduce-umin-widen.ll [new file with mode: 0644]
test/CodeGen/X86/vector-reduce-xor-widen.ll [new file with mode: 0644]
test/CodeGen/X86/vector-sext-widen.ll [new file with mode: 0644]
test/CodeGen/X86/vector-shift-ashr-sub128-widen.ll [new file with mode: 0644]
test/CodeGen/X86/vector-shift-lshr-sub128-widen.ll [new file with mode: 0644]
test/CodeGen/X86/vector-shift-shl-sub128-widen.ll [new file with mode: 0644]
test/CodeGen/X86/vector-trunc-math-widen.ll [new file with mode: 0644]
test/CodeGen/X86/vector-trunc-packus-widen.ll [new file with mode: 0644]
test/CodeGen/X86/vector-trunc-ssat-widen.ll [new file with mode: 0644]
test/CodeGen/X86/vector-trunc-usat-widen.ll [new file with mode: 0644]
test/CodeGen/X86/vector-trunc-widen.ll [new file with mode: 0644]
test/CodeGen/X86/vector-trunc.ll
test/CodeGen/X86/vector-zext-widen.ll [new file with mode: 0644]
test/CodeGen/X86/widen_cast-4.ll
test/CodeGen/X86/widen_conversions.ll
test/CodeGen/X86/widen_mul.ll