forked from OSchip/llvm-project
parent
e339828b90
commit
375ee3e16a
|
@ -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…
Reference in New Issue