Optimize the vector UINT_TO_FP, SINT_TO_FP and FP_TO_SINT operations where the intege...
[oota-llvm.git] / test / CodeGen / X86 / sfence.ll
1 ; RUN: llc < %s -march=x86 -mattr=+sse2 | grep sfence
2
3 declare void @llvm.x86.sse.sfence() nounwind
4
5 define void @test() {
6   call void @llvm.x86.sse.sfence()
7   ret void
8 }