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)
commite95709d54aed3e03cf055647f98014c822643dac
tree4a0a24fd0deadb609b6f52eca2945e4d6c5916f0
parent143572984d706d200e0058213f4a9244a5ba4450
X86 Tests: Add tests for vector permutes with variable indices. NFC.

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

llvm-svn: 316216
llvm/test/CodeGen/X86/var-permute-128.ll [new file with mode: 0644]
llvm/test/CodeGen/X86/var-permute-256.ll [new file with mode: 0644]
llvm/test/CodeGen/X86/var-permute-512.ll [new file with mode: 0644]