android_mt6572_jiabo/external/llvm/test/CodeGen/X86/sfence.ll
2025-09-05 16:56:03 +08:00

8 lines
171 B
LLVM

; RUN: llc < %s -march=x86 -mattr=+sse2 | grep sfence
declare void @llvm.x86.sse.sfence() nounwind
define void @test() {
call void @llvm.x86.sse.sfence()
ret void
}