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