[X86][SSE] Added i686/SSE2 vector shift tests.
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Wed, 15 Jul 2015 08:04:07 +0000 (08:04 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Wed, 15 Jul 2015 08:04:07 +0000 (08:04 +0000)
commitccadf0b1b4bcf244f85e0844c67ed50a37221422
treeee66834d658c48eb7a3fefb00aeba4a44614c605
parent368de4c9d658348b2a88e588a5a8d2c073d4e7ff
[X86][SSE] Added i686/SSE2 vector shift tests.

We were only testing on x86-64, but we should be ensuring decent code gen of i64 shifts on 32-bit targets.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@242273 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/X86/vector-shift-ashr-128.ll
test/CodeGen/X86/vector-shift-lshr-128.ll
test/CodeGen/X86/vector-shift-shl-128.ll