summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Trick <atrick@apple.com>2013-12-17 05:27:16 +0000
committerAndrew Trick <atrick@apple.com>2013-12-17 05:27:16 +0000
commit5a1c0d6e17c42afc216988651bae80cff3e6fe06 (patch)
tree5cf72ffca385b5f1ae3d3bc7f5b05a37453405cd
parentc4c5a1d526cc3dcb140a1f74f52bfd7f8f1a9442 (diff)
downloadllvm-5a1c0d6e17c42afc216988651bae80cff3e6fe06.tar.gz
llvm-5a1c0d6e17c42afc216988651bae80cff3e6fe06.tar.bz2
llvm-5a1c0d6e17c42afc216988651bae80cff3e6fe06.tar.xz
Add -mcpu=z10 to SystemZ tests.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@197466 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CodeGen/SystemZ/int-div-01.ll2
-rw-r--r--test/CodeGen/SystemZ/int-div-03.ll2
-rw-r--r--test/CodeGen/SystemZ/int-div-04.ll2
-rw-r--r--test/CodeGen/SystemZ/int-mul-08.ll2
4 files changed, 4 insertions, 4 deletions
diff --git a/test/CodeGen/SystemZ/int-div-01.ll b/test/CodeGen/SystemZ/int-div-01.ll
index 2c21186e33..cc107e4679 100644
--- a/test/CodeGen/SystemZ/int-div-01.ll
+++ b/test/CodeGen/SystemZ/int-div-01.ll
@@ -1,6 +1,6 @@
; Test 32-bit signed division and remainder.
;
-; RUN: llc < %s -mtriple=s390x-linux-gnu | FileCheck %s
+; RUN: llc < %s -mtriple=s390x-linux-gnu -mcpu=z10 | FileCheck %s
declare i32 @foo()
diff --git a/test/CodeGen/SystemZ/int-div-03.ll b/test/CodeGen/SystemZ/int-div-03.ll
index 7c0409018f..b98ffaad49 100644
--- a/test/CodeGen/SystemZ/int-div-03.ll
+++ b/test/CodeGen/SystemZ/int-div-03.ll
@@ -1,7 +1,7 @@
; Test 64-bit signed division and remainder when the divisor is
; a signed-extended i32.
;
-; RUN: llc < %s -mtriple=s390x-linux-gnu | FileCheck %s
+; RUN: llc < %s -mtriple=s390x-linux-gnu -mcpu=z10 | FileCheck %s
declare i64 @foo()
diff --git a/test/CodeGen/SystemZ/int-div-04.ll b/test/CodeGen/SystemZ/int-div-04.ll
index 87f1e105f6..e0e70480a8 100644
--- a/test/CodeGen/SystemZ/int-div-04.ll
+++ b/test/CodeGen/SystemZ/int-div-04.ll
@@ -1,6 +1,6 @@
; Testg 64-bit signed division and remainder.
;
-; RUN: llc < %s -mtriple=s390x-linux-gnu | FileCheck %s
+; RUN: llc < %s -mtriple=s390x-linux-gnu -mcpu=z10 | FileCheck %s
declare i64 @foo()
diff --git a/test/CodeGen/SystemZ/int-mul-08.ll b/test/CodeGen/SystemZ/int-mul-08.ll
index 90b26a4f3d..079c05349c 100644
--- a/test/CodeGen/SystemZ/int-mul-08.ll
+++ b/test/CodeGen/SystemZ/int-mul-08.ll
@@ -1,6 +1,6 @@
; Test high-part i64->i128 multiplications.
;
-; RUN: llc < %s -mtriple=s390x-linux-gnu | FileCheck %s
+; RUN: llc < %s -mtriple=s390x-linux-gnu -mcpu=z10 | FileCheck %s
declare i64 @foo()