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:
0a4fd1a
)
Make this test independent of the target-triple; the stack alignment
author
Dan Gohman
<gohman@apple.com>
Tue, 27 May 2008 17:44:23 +0000
(17:44 +0000)
committer
Dan Gohman
<gohman@apple.com>
Tue, 27 May 2008 17:44:23 +0000
(17:44 +0000)
is specifically what this test depends on.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51599
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CodeGen/X86/pmul.ll
patch
|
blob
|
history
diff --git
a/test/CodeGen/X86/pmul.ll
b/test/CodeGen/X86/pmul.ll
index 2856d336ed582238d135459fcf4ddf6fb204d1ac..2abf4b5a6252dc056faaabbc90d619790cbe33d6 100644
(file)
--- a/
test/CodeGen/X86/pmul.ll
+++ b/
test/CodeGen/X86/pmul.ll
@@
-1,4
+1,4
@@
-; RUN: llvm-as < %s | llc -march=x86 -mattr=sse41 -
mtriple=i686-apple-darwin8.8.0
> %t
+; RUN: llvm-as < %s | llc -march=x86 -mattr=sse41 -
stack-alignment=16
> %t
; RUN: grep pmul %t | count 6
; RUN: grep mov %t | count 8