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

8 lines
173 B
LLVM

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