diff options
author | Robert Lougher <rob.lougher@gmail.com> | 2014-02-10 12:42:13 +0000 |
---|---|---|
committer | Robert Lougher <rob.lougher@gmail.com> | 2014-02-10 12:42:13 +0000 |
commit | 48ee75b7e36af08c2e2b49e086afac01a96d7bf1 (patch) | |
tree | 06b311220944d746eb20c344384fc51c01707767 /llvm/test/CodeGen/X86/vec_shuf-insert.ll | |
parent | b41e7e2c926206f8bb74797ebd2a85340e220628 (diff) | |
download | bcm5719-llvm-48ee75b7e36af08c2e2b49e086afac01a96d7bf1.tar.gz bcm5719-llvm-48ee75b7e36af08c2e2b49e086afac01a96d7bf1.zip |
Test commit - added a new line to vec_shuf-insert.ll.
llvm-svn: 201083
Diffstat (limited to 'llvm/test/CodeGen/X86/vec_shuf-insert.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/vec_shuf-insert.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/X86/vec_shuf-insert.ll b/llvm/test/CodeGen/X86/vec_shuf-insert.ll index 254fdbc15b3..2e1a1d61309 100644 --- a/llvm/test/CodeGen/X86/vec_shuf-insert.ll +++ b/llvm/test/CodeGen/X86/vec_shuf-insert.ll @@ -3,6 +3,7 @@ ; These tests check that an insert_subvector which replaces one of the halves ; of a concat_vectors is optimized into a single vinsertf128. + declare <8 x float> @llvm.x86.avx.vinsertf128.ps.256(<8 x float>, <4 x float>, i8) define <8 x float> @lower_half(<4 x float> %v1, <4 x float> %v2, <4 x float> %v3) { |