mirror of
https://github.com/jeremysrand/llvm-65816.git
synced 2026-03-14 08:16:22 +00:00
9 lines
173 B
LLVM
9 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
|
|
}
|