forked from OSchip/llvm-project
Test commit - added a new line to vec_shuf-insert.ll.
llvm-svn: 201083
This commit is contained in:
parent
b41e7e2c92
commit
48ee75b7e3
|
@ -3,6 +3,7 @@
|
||||||
; These tests check that an insert_subvector which replaces one of the halves
|
; These tests check that an insert_subvector which replaces one of the halves
|
||||||
; of a concat_vectors is optimized into a single vinsertf128.
|
; 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)
|
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) {
|
define <8 x float> @lower_half(<4 x float> %v1, <4 x float> %v2, <4 x float> %v3) {
|
||||||
|
|
Loading…
Reference in New Issue