Sign in
swiftshader
/
SwiftShader
/
5978150ed7631769ded24c9d2695423c7f2accd6
/
.
/
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
}