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:
c408382
)
New testcases
author
Chris Lattner
<sabre@nondot.org>
Mon, 17 Apr 2006 06:58:16 +0000
(06:58 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Mon, 17 Apr 2006 06:58:16 +0000
(06:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27753
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CodeGen/PowerPC/vec_constants.ll
patch
|
blob
|
history
diff --git
a/test/CodeGen/PowerPC/vec_constants.ll
b/test/CodeGen/PowerPC/vec_constants.ll
index b696f497ed8f08cdfe95b27bd0c4721a8399e9d8..aea5294bd1c7753cf1ab2e783f87ca68f6268689 100644
(file)
--- a/
test/CodeGen/PowerPC/vec_constants.ll
+++ b/
test/CodeGen/PowerPC/vec_constants.ll
@@
-25,3
+25,15
@@
void %test1(<4 x int>* %P1, <4 x int>* %P2, <4 x float>* %P3) {
<4 x int> %test_29() {
ret <4 x int> <int 29, int 29, int 29, int 29>
}
+
+<8 x short> %test_n30() {
+ ret <8 x short> <short -30, short -30, short -30, short -30,
+ short -30, short -30, short -30, short -30>
+}
+
+<16 x sbyte> %test_n104() {
+ ret <16 x sbyte> <sbyte -104, sbyte -104, sbyte -104, sbyte -104,
+ sbyte -104, sbyte -104, sbyte -104, sbyte -104,
+ sbyte -104, sbyte -104, sbyte -104, sbyte -104,
+ sbyte -104, sbyte -104, sbyte -104, sbyte -104>
+}