atomic-fence-02.ll 256 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 ; 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 }