Skip to content
This repository was archived by the owner on Feb 5, 2019. It is now read-only.

Commit cba46dc

Browse files
committed
Add a triple to the test.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177131 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent dd7a300 commit cba46dc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/CodeGen/X86/vec_align_i256.ll

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
; RUN: llc < %s -mcpu=corei7-avx | FileCheck %s
22

3+
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"
4+
target triple = "i686-apple-darwin8"
5+
36
; Make sure that we are not generating a movaps because the vector is aligned to 1.
47
;CHECK: @foo
58
;CHECK: xor

0 commit comments

Comments
 (0)