[llvm] r177131 - Add a triple to the test.

Nadav Rotem nrotem at apple.com
Thu Mar 14 17:10:24 PDT 2013


Author: nadav
Date: Thu Mar 14 19:10:23 2013
New Revision: 177131

URL: http://llvm.org/viewvc/llvm-project?rev=177131&view=rev
Log:
Add a triple to the test.

Modified:
    llvm/trunk/test/CodeGen/X86/vec_align_i256.ll

Modified: llvm/trunk/test/CodeGen/X86/vec_align_i256.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/vec_align_i256.ll?rev=177131&r1=177130&r2=177131&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/vec_align_i256.ll (original)
+++ llvm/trunk/test/CodeGen/X86/vec_align_i256.ll Thu Mar 14 19:10:23 2013
@@ -1,5 +1,8 @@
 ; RUN: llc < %s -mcpu=corei7-avx | FileCheck %s 
 
+target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-f80:128:128"
+target triple = "i686-apple-darwin8"
+
 ; Make sure that we are not generating a movaps because the vector is aligned to 1.
 ;CHECK: @foo
 ;CHECK: xor





More information about the llvm-commits mailing list