[llvm] r201083 - Test commit - added a new line to vec_shuf-insert.ll.

Robert Lougher rob.lougher at gmail.com
Mon Feb 10 04:42:13 PST 2014


Author: rlougher
Date: Mon Feb 10 06:42:13 2014
New Revision: 201083

URL: http://llvm.org/viewvc/llvm-project?rev=201083&view=rev
Log:
Test commit - added a new line to vec_shuf-insert.ll.


Modified:
    llvm/trunk/test/CodeGen/X86/vec_shuf-insert.ll

Modified: llvm/trunk/test/CodeGen/X86/vec_shuf-insert.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/vec_shuf-insert.ll?rev=201083&r1=201082&r2=201083&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/vec_shuf-insert.ll (original)
+++ llvm/trunk/test/CodeGen/X86/vec_shuf-insert.ll Mon Feb 10 06:42:13 2014
@@ -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) {





More information about the llvm-commits mailing list