mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-04 10:30:01 +00:00
Add -mcpu=z10 to SystemZ tests.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@197466 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c4c5a1d526
commit
5a1c0d6e17
@ -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()
|
||||
|
||||
|
@ -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()
|
||||
|
||||
|
@ -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()
|
||||
|
||||
|
@ -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()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user