diff options
| author | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2013-03-25 23:43:23 +0000 |
|---|---|---|
| committer | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2013-03-25 23:43:23 +0000 |
| commit | 52576719e077568017d4a5e745a4d77631702fb2 (patch) | |
| tree | 76e6b8e9252ce5906d4c0e4c0403a652c417c531 /llvm | |
| parent | 8dfe9006c6c8a5d1ff6c437be789f15b9151d07f (diff) | |
| download | bcm5719-llvm-52576719e077568017d4a5e745a4d77631702fb2.tar.gz bcm5719-llvm-52576719e077568017d4a5e745a4d77631702fb2.zip | |
Add an -mcpu option to a test that is apparently scheduler-sensitive.
This should fix the clang-atom-d2700-ubuntu-rel buildbot.
llvm-svn: 177943
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/test/CodeGen/X86/vec_fpext.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/vec_fpext.ll b/llvm/test/CodeGen/X86/vec_fpext.ll index e4a8f46cbc7..863712ff48b 100644 --- a/llvm/test/CodeGen/X86/vec_fpext.ll +++ b/llvm/test/CodeGen/X86/vec_fpext.ll @@ -1,5 +1,5 @@ ; RUN: llc < %s -march=x86 -mattr=+sse41,-avx | FileCheck %s -; RUN: llc < %s -march=x86 -mattr=+avx | FileCheck --check-prefix=AVX %s +; RUN: llc < %s -march=x86 -mcpu=corei7-avx | FileCheck --check-prefix=AVX %s ; PR11674 define void @fpext_frommem(<2 x float>* %in, <2 x double>* %out) { |

