[X86][AVX512] Added 512-bit vector shift tests.
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Sun, 6 Sep 2015 13:36:32 +0000 (13:36 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Sun, 6 Sep 2015 13:36:32 +0000 (13:36 +0000)
commitd2f59e04e05843c6e24f7fc4f098d31305fe2450
treea64a0cbf4b27276f37d5e7169494ec530fdbadba
parent8e3ed0b6bc95e6b7bc9b1dad8649e490229ee63f
[X86][AVX512] Added 512-bit vector shift tests.

Only works for avx512f (dq) targets so far - need to add avx512bw tests once char/short shifts are supported.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@246943 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/X86/vector-shift-ashr-512.ll [new file with mode: 0644]
test/CodeGen/X86/vector-shift-lshr-512.ll [new file with mode: 0644]
test/CodeGen/X86/vector-shift-shl-512.ll [new file with mode: 0644]