You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.207
Former-commit-id: 3b152f462918d427ce18620a2cbe4f8b79650449
This commit is contained in:
parent
8e12397d70
commit
eb85e2fc17
@ -1,16 +0,0 @@
|
||||
; Test (fast) serialization.
|
||||
;
|
||||
; RUN: llc < %s -mtriple=s390x-linux-gnu | FileCheck %s --check-prefix=Z10
|
||||
; RUN: llc < %s -mtriple=s390x-linux-gnu -mcpu=z196 | FileCheck %s --check-prefix=Z196
|
||||
; RUN: llc < %s -mtriple=s390x-linux-gnu -mcpu=zEC12 | FileCheck %s --check-prefix=ZEC12
|
||||
; RUN: llc < %s -mtriple=s390x-linux-gnu -mcpu=z13 | FileCheck %s --check-prefix=Z13
|
||||
|
||||
define void @test() {
|
||||
; Z10: bcr 15, %r0
|
||||
; Z196: bcr 14, %r0
|
||||
; ZEC12: bcr 14, %r0
|
||||
; Z13: bcr 14, %r0
|
||||
fence seq_cst
|
||||
ret void
|
||||
}
|
||||
|
Reference in New Issue
Block a user