OSDN Git Service

[X86] Add VBLENDPS/VPBLENDD to the execution domain fixing tables.
authorCraig Topper <craig.topper@intel.com>
Sun, 3 Sep 2017 17:52:23 +0000 (17:52 +0000)
committerCraig Topper <craig.topper@intel.com>
Sun, 3 Sep 2017 17:52:23 +0000 (17:52 +0000)
commit849412352b3a21604404ca27f60a6e059b05ad86
tree087f22019391ec5614e6269fe1a4149f1393e732
parent05f56c0b3fe89658b1f563cb5cfc0405582474d3
[X86] Add VBLENDPS/VPBLENDD to the execution domain fixing tables.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@312449 91177308-0d34-0410-b5e6-96231b3b80d8
27 files changed:
lib/Target/X86/X86InstrInfo.cpp
test/CodeGen/X86/avx-cast.ll
test/CodeGen/X86/avx2-intrinsics-fast-isel.ll
test/CodeGen/X86/avx2-intrinsics-x86-upgrade.ll
test/CodeGen/X86/avx2-intrinsics-x86.ll
test/CodeGen/X86/avx512-intrinsics-fast-isel.ll
test/CodeGen/X86/clear_upper_vector_element_bits.ll
test/CodeGen/X86/commute-blend-avx2.ll
test/CodeGen/X86/insertelement-zero.ll
test/CodeGen/X86/masked_gather_scatter.ll
test/CodeGen/X86/masked_memop.ll
test/CodeGen/X86/merge-consecutive-loads-256.ll
test/CodeGen/X86/oddshuffles.ll
test/CodeGen/X86/vector-blend.ll
test/CodeGen/X86/vector-shuffle-128-v2.ll
test/CodeGen/X86/vector-shuffle-128-v4.ll
test/CodeGen/X86/vector-shuffle-128-v8.ll
test/CodeGen/X86/vector-shuffle-256-v16.ll
test/CodeGen/X86/vector-shuffle-256-v4.ll
test/CodeGen/X86/vector-shuffle-256-v8.ll
test/CodeGen/X86/vector-shuffle-512-v16.ll
test/CodeGen/X86/vector-shuffle-512-v8.ll
test/CodeGen/X86/vector-shuffle-avx512.ll
test/CodeGen/X86/vector-shuffle-combining-avx2.ll
test/CodeGen/X86/vector-shuffle-combining.ll
test/CodeGen/X86/vselect-2.ll
test/CodeGen/X86/vselect.ll