Sign in
swiftshader
/
SwiftShader
/
5174c572fe1be0b65770bb9db9fa4d08ffca658f
/
.
/
third_party
/
LLVM
/
test
/
CodeGen
/
X86
/
barrier.ll
blob: 4769b39964a0d48b067828bfd5722bec1803c85b [
file
]
; RUN: llc < %s -march=x86 -mattr=-sse2 | grep lock
define
void
@test
()
{
fence
seq_cst
ret
void
}