New testcase
authorChris Lattner <sabre@nondot.org>
Mon, 17 Apr 2006 05:58:22 +0000 (05:58 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 17 Apr 2006 05:58:22 +0000 (05:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27749 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/PowerPC/vec_constants.ll

index 1ec5fde3a44379a11b4eb83c1dc80bca1d612b88..6b2e6d49ad01fcb48ea5b6ccdf8eb783da056320 100644 (file)
@@ -18,3 +18,6 @@ void %test1(<4 x int>* %P1, <4 x int>* %P2, <4 x float>* %P3) {
         ret void
 }
 
+<4 x int> %test2() {
+        ret <4 x int> <int 30, int 30, int 30, int 30>
+}