Sign in
ara-mdk
/
platform
/
external
/
llvm
/
53856be683113838cc112331adca3717d4a520cc
/
.
/
test
/
CodeGen
/
X86
/
mfence.ll
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
}