OSDN Git Service

[X86] Extract PSIGN/BLENDVP tests into vector-blend.ll. NFC.
authorAhmed Bougacha <ahmed.bougacha@gmail.com>
Tue, 16 Feb 2016 22:13:59 +0000 (22:13 +0000)
committerAhmed Bougacha <ahmed.bougacha@gmail.com>
Tue, 16 Feb 2016 22:13:59 +0000 (22:13 +0000)
commit27eebc518c9ae21a6b759633f43c029864bc8e1f
tree856eabead6cb3aae0d04f6f31a8a62a2f381d4bc
parentb996694d5e5474d5e995ff89b2f565c8ea8aab3c
[X86] Extract PSIGN/BLENDVP tests into vector-blend.ll. NFC.

We're going to stop generating PSIGN, so calling a test "psign"
isn't ideal. Instead, call these tests what they really are:
variable blends using logic.
Also add a test to exhibit a case we're currently missing in
the PSIGN combine.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@261022 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/X86/avx2-logic.ll
test/CodeGen/X86/vec-sign.ll [deleted file]
test/CodeGen/X86/vector-blend.ll