Sign in
cobalt
/
cobalt
/
c52866be1febb1c09c04df4cb93d87f3595f4dc1
/
.
/
src
/
third_party
/
llvm-project
/
llvm
/
test
/
CodeGen
/
SystemZ
/
atomic-fence-02.ll
blob: 4c4375ef669652ac152ec47113e9e84570452b61 [
file
]
; Serialization is emitted only for fence seq_cst.
;
; RUN: llc < %s -mtriple=s390x-linux-gnu | FileCheck %s
define
void
@test
()
{
; CHECK: #MEMBARRIER
fence
acquire
; CHECK: #MEMBARRIER
fence
release
; CHECK: #MEMBARRIER
fence
acq_rel
ret
void
}