Sign in
swiftshader
/
SwiftShader
/
8f631c82043bbeca1fccade7b9278c5a1b61dbbf
/
.
/
third_party
/
LLVM
/
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
}