OSDN Git Service

X86 Tests: Add tests for vector permutes with variable indices. NFC.
authorZvi Rackover <zvi.rackover@intel.com>
Fri, 20 Oct 2017 15:32:14 +0000 (15:32 +0000)
committerZvi Rackover <zvi.rackover@intel.com>
Fri, 20 Oct 2017 15:32:14 +0000 (15:32 +0000)
commit0c8405ae084e49dad7ac34e3c5c25455e904eb7e
treeb82c8d6ae2b2c5ce5e56d216567aff5984679f4f
parent88f8f008102403a91a7fd5cab89991442f18033c
X86 Tests: Add tests for vector permutes with variable indices. NFC.

Basic tests which are the equivalent of single-source shufflevector with variable mask.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@316216 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/X86/var-permute-128.ll [new file with mode: 0644]
test/CodeGen/X86/var-permute-256.ll [new file with mode: 0644]
test/CodeGen/X86/var-permute-512.ll [new file with mode: 0644]