summaryrefslogtreecommitdiffstats
path: root/llvm/test/Regression/CodeGen/PowerPC/vec_call.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Regression/CodeGen/PowerPC/vec_call.ll')
-rw-r--r--llvm/test/Regression/CodeGen/PowerPC/vec_call.ll11
1 files changed, 0 insertions, 11 deletions
diff --git a/llvm/test/Regression/CodeGen/PowerPC/vec_call.ll b/llvm/test/Regression/CodeGen/PowerPC/vec_call.ll
deleted file mode 100644
index b2b91fe3f45..00000000000
--- a/llvm/test/Regression/CodeGen/PowerPC/vec_call.ll
+++ /dev/null
@@ -1,11 +0,0 @@
-; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc32 -mcpu=g5
-
-<4 x int> %test_arg(<4 x int> %A, <4 x int> %B) {
- %C = add <4 x int> %A, %B
- ret <4 x int> %C
-}
-
-<4 x int> %foo() {
- %X = call <4 x int> %test_arg(<4 x int> zeroinitializer, <4 x int> zeroinitializer)
- ret <4 x int> %X
-}
OpenPOWER on IntegriCloud