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:
3913187
)
Alignment of struct containing vectors depends on
author
Dale Johannesen
<dalej@apple.com>
Sat, 9 Feb 2008 19:04:25 +0000
(19:04 +0000)
committer
Dale Johannesen
<dalej@apple.com>
Sat, 9 Feb 2008 19:04:25 +0000
(19:04 +0000)
whether SSE is present, on Darwin anyway. Make it
explicit.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46909
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CodeGen/X86/byval7.ll
patch
|
blob
|
history
diff --git
a/test/CodeGen/X86/byval7.ll
b/test/CodeGen/X86/byval7.ll
index 54210c8036dcb240ed0829b30dfa9e125269d301..4199bf062e7dae276d7728dc54f962847b282585 100644
(file)
--- a/
test/CodeGen/X86/byval7.ll
+++ b/
test/CodeGen/X86/byval7.ll
@@
-1,4
+1,4
@@
-; RUN: llvm-as < %s | llc -march=x86 | grep add | grep 16
+; RUN: llvm-as < %s | llc -march=x86
-mcpu=yonah
| grep add | grep 16
%struct.S = type { <2 x i64> }