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:
4a998b9
)
new testcase
author
Chris Lattner
<sabre@nondot.org>
Mon, 17 Apr 2006 06:06:50 +0000
(06:06 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Mon, 17 Apr 2006 06:06:50 +0000
(06:06 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27751
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 6b2e6d49ad01fcb48ea5b6ccdf8eb783da056320..b696f497ed8f08cdfe95b27bd0c4721a8399e9d8 100644
(file)
--- a/
test/CodeGen/PowerPC/vec_constants.ll
+++ b/
test/CodeGen/PowerPC/vec_constants.ll
@@
-18,6
+18,10
@@
void %test1(<4 x int>* %P1, <4 x int>* %P2, <4 x float>* %P3) {
ret void
}
-<4 x int> %test
2
() {
+<4 x int> %test
_30
() {
ret <4 x int> <int 30, int 30, int 30, int 30>
}
+
+<4 x int> %test_29() {
+ ret <4 x int> <int 29, int 29, int 29, int 29>
+}