projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c84fde
)
Maybe it needs sse2?
author
Bill Wendling
<isanbard@gmail.com>
Fri, 30 Apr 2010 23:19:29 +0000
(23:19 +0000)
committer
Bill Wendling
<isanbard@gmail.com>
Fri, 30 Apr 2010 23:19:29 +0000
(23:19 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102802
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CodeGen/X86/2010-04-30-VectorUnrollBug.ll
patch
|
blob
|
history
diff --git
a/test/CodeGen/X86/2010-04-30-VectorUnrollBug.ll
b/test/CodeGen/X86/2010-04-30-VectorUnrollBug.ll
index 42ccf6db0fe56c85e28915ed0aa238d99c3963d5..4e5597668cc8d1cee7e3e36be4161d54f2ff9453 100644
(file)
--- 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 -m
attr=+sse2 -m
triple=x86_64-apple-darwin -disable-mmx | FileCheck %s
; <rdar://problem/7897988>
define void @test1(i8** %a, i64* %b, i64 %c, i64 %d) nounwind {