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:
c7183ba
)
Basic smoke test for new x86mmx type.
author
Dale Johannesen
<dalej@apple.com>
Mon, 13 Sep 2010 21:01:36 +0000
(21:01 +0000)
committer
Dale Johannesen
<dalej@apple.com>
Mon, 13 Sep 2010 21:01:36 +0000
(21:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113783
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/Assembler/x86mmx.ll
[new file with mode: 0644]
patch
|
blob
diff --git a/test/Assembler/x86mmx.ll
b/test/Assembler/x86mmx.ll
new file mode 100644
(file)
index 0000000..
732d3be
--- /dev/null
+++ b/
test/Assembler/x86mmx.ll
@@ -0,0
+1,8
@@
+; RUN: llvm-as < %s | llvm-dis | FileCheck %s
+; Basic smoke test for x86_mmx type.
+
+; CHECK: define x86_mmx @sh16
+define x86_mmx @sh16(x86_mmx %A) {
+; CHECK: ret x86_mmx %A
+ ret x86_mmx %A
+}