summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/sfence.ll
blob: 0c28407b31e952e37948167815afc6f9e2cf76f1 (plain)
1
2
3
4
5
6
7
8
; 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
}