diff options
| author | Benjamin Kramer <benny.kra@googlemail.com> | 2013-10-06 13:52:41 +0000 |
|---|---|---|
| committer | Benjamin Kramer <benny.kra@googlemail.com> | 2013-10-06 13:52:41 +0000 |
| commit | 93c69ac8c342a353ef4b0b9709ecb129a9332095 (patch) | |
| tree | 96045ce7c294825e91c2c782967dade643c518ae /llvm | |
| parent | 858a3880d6ac21e2f5a16f1a0df408dab5333a8b (diff) | |
| download | bcm5719-llvm-93c69ac8c342a353ef4b0b9709ecb129a9332095.tar.gz bcm5719-llvm-93c69ac8c342a353ef4b0b9709ecb129a9332095.zip | |
Force a CPU that doesn't have AVX, otherwise this test fails.
llvm-svn: 192065
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/test/CodeGen/X86/unaligned-spill-folding.ll | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/X86/unaligned-spill-folding.ll b/llvm/test/CodeGen/X86/unaligned-spill-folding.ll index af0c59b6739..154ce9e324d 100644 --- a/llvm/test/CodeGen/X86/unaligned-spill-folding.ll +++ b/llvm/test/CodeGen/X86/unaligned-spill-folding.ll @@ -1,6 +1,6 @@ -; RUN: llc -mtriple=i386-unknown-freebsd -mattr=sse2 -stack-alignment=4 -relocation-model=pic < %s | FileCheck %s -check-prefix=UNALIGNED -; RUN: llc -mtriple=i386-unknown-freebsd -mattr=sse2 -stack-alignment=16 -relocation-model=pic < %s | FileCheck %s -check-prefix=ALIGNED -; RUN: llc -mtriple=i386-unknown-freebsd -mattr=sse2 -stack-alignment=4 -force-align-stack -relocation-model=pic < %s | FileCheck %s -check-prefix=FORCEALIGNED +; RUN: llc -mtriple=i386-unknown-freebsd -mcpu=core2 -stack-alignment=4 -relocation-model=pic < %s | FileCheck %s -check-prefix=UNALIGNED +; RUN: llc -mtriple=i386-unknown-freebsd -mcpu=core2 -stack-alignment=16 -relocation-model=pic < %s | FileCheck %s -check-prefix=ALIGNED +; RUN: llc -mtriple=i386-unknown-freebsd -mcpu=core2 -stack-alignment=4 -force-align-stack -relocation-model=pic < %s | FileCheck %s -check-prefix=FORCEALIGNED @arr = internal unnamed_addr global [32 x i32] zeroinitializer, align 16 |

