Add -mcpu=z10 to SystemZ tests.

llvm-svn: 197466
This commit is contained in:
Andrew Trick 2013-12-17 05:27:16 +00:00
parent e339828b90
commit 375ee3e16a
4 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
; Test 32-bit signed division and remainder. ; 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() declare i32 @foo()

View File

@ -1,7 +1,7 @@
; Test 64-bit signed division and remainder when the divisor is ; Test 64-bit signed division and remainder when the divisor is
; a signed-extended i32. ; 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() declare i64 @foo()

View File

@ -1,6 +1,6 @@
; Testg 64-bit signed division and remainder. ; 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() declare i64 @foo()

View File

@ -1,6 +1,6 @@
; Test high-part i64->i128 multiplications. ; 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() declare i64 @foo()