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