diff options
author | Bill Wendling <isanbard@gmail.com> | 2010-04-30 23:19:29 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2010-04-30 23:19:29 +0000 |
commit | d7a8647910da71e619f38b5d3e3ea27fff58ca32 (patch) | |
tree | beb6af2c9c625b76725ba5568850bd8ec32e99e4 /test | |
parent | 7d5ba0c06d8c04b85f2ec74fa29c5588476c674e (diff) | |
download | external_llvm-d7a8647910da71e619f38b5d3e3ea27fff58ca32.zip external_llvm-d7a8647910da71e619f38b5d3e3ea27fff58ca32.tar.gz external_llvm-d7a8647910da71e619f38b5d3e3ea27fff58ca32.tar.bz2 |
Maybe it needs sse2?
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102802 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r-- | test/CodeGen/X86/2010-04-30-VectorUnrollBug.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2010-04-30-VectorUnrollBug.ll b/test/CodeGen/X86/2010-04-30-VectorUnrollBug.ll index 42ccf6d..4e55976 100644 --- a/test/CodeGen/X86/2010-04-30-VectorUnrollBug.ll +++ b/test/CodeGen/X86/2010-04-30-VectorUnrollBug.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -march=x86-64 -mtriple=x86_64-apple-darwin -disable-mmx | FileCheck %s +; RUN: llc < %s -march=x86-64 -mattr=+sse2 -mtriple=x86_64-apple-darwin -disable-mmx | FileCheck %s ; <rdar://problem/7897988> define void @test1(i8** %a, i64* %b, i64 %c, i64 %d) nounwind { |