blob: 6056adddcb4b560ee5e311486302b61bbc9c81f6 [file] [log] [blame]
; RUN: llc < %s -march=x86 -mattr=+sse2 | not grep sfence
; RUN: llc < %s -march=x86 -mattr=+sse2 | not grep lfence
; RUN: llc < %s -march=x86 -mattr=+sse2 | grep mfence
define void @test() {
fence seq_cst
ret void
}